GET
/
statuses
/
{id}
curl --request GET \
  --url https://core.api.ravennahq.com/api/statuses/{id} \
  --header 'x-ravenna-api-token: <api-key>'
{
  "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>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.