Get breadcrumbs
GET/organizations/:organizationId/collections/:id/breadcrumbs
Returns the full ancestor chain for the given collection, ordered from root to the collection itself. Use this to render a breadcrumb navigation when the user is inside a sub-folder. Returns 403 if any ancestor is a personal folder owned by a different user.
Request
Responses
- 200
- 403
- 404
Breadcrumb trail from root to the collection
Access denied to an ancestor folder
Collection not found