cURL
curl --request GET \ --url https://core.api.ravennahq.com/api/statuses \ --header 'x-ravenna-api-token: <api-key>'
{ "items": [ { "id": "<string>", "label": "<string>", "order": 123, "system": true, "requestTypes": [ { "id": "<string>", "requestTypeId": "<string>" } ], "statusGroupId": "<string>", "statusGroup": { "id": "<string>", "label": "<string>" }, "_count": { "tickets": 123 }, "createdAt": "<string>", "updatedAt": "<string>" } ], "nextCursor": "<string>", "totalCount": 123 }
x >= 1
x >= 0
1 <= x <= 10000
asc
desc
Successful response
The response is of type object.
object