Get Project Phases
Projects are often divided into distinct phases, each associated with one or more deadlines. Project phases provide a way to visually organize and track your project’s progress using phase markers and deadlines displayed on the Sonderplan Project Timeline.
For example, in a typical post-production workflow, you might have phases for ingesting media, assembly editing, offline/online editing, grading, and final export.
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
One or more (comma seperated) id
's of project phases to retrieve
Perform a partial match text search for the project phase name
Perform an exact match for the project phase type_id
Perform an exact match for the project phase project_id
Perform a partial match text search for the project phase background color
Perform a partial match text search for the project phase text color
Comma seperated list of fields you wish to return
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