GetFolderOf
synq.entities.folders.v1.FoldersService
GetFolderOf
Given entity ids, return the folder breadcrumb(s) each entity lives in —
ordered root first, leaf (immediate parent) last. An entity may appear in
more than one hierarchy; the response carries every folder along its
containing chain. Compose with ListMembers on an entity’s immediate parent
to list its siblings.
GET
GetFolderOf
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque entity ids to look up. Ids that do not exist, or that live in no folder, are absent from the response.
Response
200 - application/json
Success
Requested entity id -> its containing breadcrumb(s).