curl --request GET \
--url https://api.tiro.ooo/v1/external/teams/me/folders/{folderId}/path \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": "folder-team-root",
"title": "Team Root",
"isAccessible": true
},
{
"id": "folder-team-parent",
"title": "Team Parent",
"isAccessible": true
},
{
"id": "folder-team-current",
"title": "Current Team Folder",
"isAccessible": true
}
]
}Retrieve the breadcrumb path from root to the specified team folder
curl --request GET \
--url https://api.tiro.ooo/v1/external/teams/me/folders/{folderId}/path \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": "folder-team-root",
"title": "Team Root",
"isAccessible": true
},
{
"id": "folder-team-parent",
"title": "Team Parent",
"isAccessible": true
},
{
"id": "folder-team-current",
"title": "Current Team Folder",
"isAccessible": true
}
]
}