Get Project Folders
Project folders enable projects to be grouped and organized into one or more hierarchical levels.
For example, if you’re working on an episodic production, you can create a project folder for the season or series and organize all related projects within that folder.
READ
access to the PROJECT
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Perform a partial match text search for the project folder's name
Perform an exact match for the project folder's parent_folder_id
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND