List projects
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A cursor ID (uuid) used to request the next page of results. If not provided, defaults to the first page of results.
A cursor ID (uuid) used to request the previous page of results. Is mutually exclusive with startingAfter.
The maximum number of results to be returned. Can be any number from 1 to 100. Defaults to 10, if not provided.
A filter on the list based on the project's modifiedAt field. Accepts an ISO 8601 date or datetime. This will match timestamps after (>) the value specified.
A filter on the list based on the project's modifiedAt field. Accepts an ISO 8601 date or datetime. This will match timestamps on and after (>=) the value specified.
A filter on the list based on the project's modifiedAt field. Accepts an ISO 8601 date or datetime. This will match timestamps before (<) the value specified.
A filter on the list based on the project's modifiedAt field. Accepts an ISO 8601 date or datetime. This will match timestamps on and before (<=) the value specified.
A client ID (uuid) used to filter projects for a specific client.
A project code to filter projects by code.
A project type ID (uuid) used to filter projects for a specific project type.
Filter by project status.
tentative, not_started, in_progress, paused, completed, cancelled Filter by project name when it exactly matches the provided keyword.
Filter by project name when it contains the provided keyword.
Filter by project name when it starts with the provided keyword.
Filter by project name when it ends with the provided keyword.
Filter by PO number when it contains the provided value (case-insensitive).