Folder
Get Folder Tree
Retrieve the workspace folder hierarchy as a nested tree.
Requires a user API key. The tree contains only folders you can access. When a folder's parent is not accessible to you, the folder appears at the root level of the tree instead.
get/v1/external/workspaces/{workspaceGuid}/folders/tree
Path parameters
workspaceGuidstring required
Workspace GUID. Obtain it from GET /v1/external/workspaces.
Response
Folder tree
Example response
{
"content": [
{
"id": "12345",
"title": "Weekly Team Meetings",
"parentId": "12300",
"isAccessible": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.