v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Folder

Get Folder Path

Retrieve the breadcrumb path from the root to the folder, inclusive. The first element is the top-level ancestor and the last element is the folder itself.

Requires a user API key with access to the folder. Ancestors you cannot access appear with isAccessible: false.

get/v1/external/folders/{folderId}/path

Path parameters

folderIdstring required

Folder ID

Response

Breadcrumb path (root first, folder last)

Example response

{
  "content": [
    {
      "id": "12300",
      "title": "Team Root",
      "isAccessible": true
    }
  ]
}