Get Projects
In Sonderplan a project represents a container for grouping related bookings, files, quotes and invoices. Projects allow users to organize their work by associating bookings with a specific purpose, client, or final deliverable (such as a movie or commercial).
Projects include metadata such as the project name, client information, deadlines, files, and any custom attributes defined (via custom fields) by the user. This helps streamline project management and reporting by keeping all relevant details in one place.
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) IDs of projects to retrieve
Perform a partial match text search for the project name
Perform a partial match text search for the project code
Perform a partial match text search for the project description
Perform an exact match for the project status_id
Perform an exact match for the project private boolean
Perform an exact match for the project parent_folder_id
Perform a partial match text search for the projects background color
Perform a partial match text search for the projects text color
Filter projects that have a end
greater than this value
Filter projects that have a start
lesser than this value
Filter projects where updated
is greater than this value
Filter projects where updated
is lesser than this value
Return results that were added, edited or deleted since this UNIX timestamp
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