Get Folder Tree
Returns an owner’s whole live folder tree as flat adjacency-list rows —
each folder carries its parentFolderId (null = top level) and
consumers assemble the hierarchy client-side. Not paginated; the
response is the complete tree for the owner.
Required permission: company.file:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
The file owner's entity type — a configured Field Model V1 entity type
(PascalCase), or company for company-level files and folders.
Event, Exposure, Quote, Submission, Person, Organization, Policy, company The owner entity's id. Required for every entityType except company
(company-level files and folders have no entity id — omit this parameter).
Response
The owner's folder tree
