Retrieve a list of projects for a client. Results can be filtered by name and ordered by various fields.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Client ID filter for administrators.
1
Whether to include deleted projects in the response.
false
Limit value is used to limit the number of records in the result
0 < x <= 1000
100
Name to filter the results by.
"my-project"
Offset value is used to exclude the first set of records from the result
x >= 0
0
Order by field and direction.
created_at.asc
, created_at.desc
, name.asc
, name.desc
OK
The response is of type object
.