Skip to main content
Get Projects
You must use your private api key for this request. You need to cache the data on your end to comply with the daily rate limits.
You can completely customize all information for each project using Custom Fields. Click this link to understand how to read and write information in custom fields.

Authorizations

X-API-KEY
string
header
required

Query Parameters

updatedAfter
string

An ISO 8601 date string to filter projects updated after this date

where
string

A JSON object string containing the graphQL filters for more advanced usage. Example: {"statusId": {"_eq": "cae642f0-463c-45f5-9db5-e0a280a8e883"} }

orderBy
string

A JSON object string containing the order. Example: { "createdAt": "desc" }

limit
number

The number of projects to return. Default is 100. Maximum is 1000

offset
number

The number of projects to skip. Default is 0.

Response

200 - application/json

Responses for GET /api/rest/projects

projects
projects · object[]