Get Folder
Retrieve a specific doc folder by id.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
folder_id
Folder identifier
Query parameters
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
Response
Successful response
id
Folder identifier
name
Folder name
projectId
Project (or opportunity/account, under the hood) this folder belongs to
isActive
Whether the folder is active (false if archived)
createdAt
Creation timestamp
updatedAt
Last update timestamp
companyId
Owning company identifier
parentId
Parent folder id, if this folder is nested under another folder. Mutually exclusive with phaseInstanceId. Folders nest at most 2 levels deep.
phaseInstanceId
Phase instance id, if this folder sits at the root of a phase. Mutually exclusive with parentId.
createdBy
User who created the folder
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
