Skip to main content
Get Projects
Devi utilizzare la tua chiave api privata per questa richiesta. Devi memorizzare nella cache i dati dal tuo lato per rispettare i limiti del numero di chiamate giornaliere.
Puoi personalizzare completamente le informazioni di ogni progetto grazie ai Campi personalizzati. Clicca su questo link per capire come leggere e scrivere informazioni nei campi personalizzati.

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[]