Projects
List projects
List all projects the current user has access to.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
Filter by Account ID
Sort projects. Valid options are "name_asc", "name_desc", "updated_at_asc", "updated_at_desc", "space_asc" and "space_desc".
Filter projects. Valid options are ["favorites"].
Response
200
application/json
OK
The response is of type project · object[]
.
cURL