Endpoint
/api/v2/tenants/{tenantId}/{ticketType}/categories/{parentCategoryId}
Path Parameters
tenantId
string

ticketType
string

parentCategoryId
string

Responses

OK

[
  {
    "id": 1,
    "name": "Esc Level 1"
  },
  {
    "id": 4,
    "name": "Esc Level 2"
  },
  {
    "id": 6,
    "name": "Esc Level 3"
  }
]