List Routing Attribute Definitions

GET {{baseUrl}}/api/v2/routing/attributes/definitions

Returns the condition definitions that can be configured to apply attributes to a ticket.

Allowed For

  • Admins

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"definitions":{"conditions_all":[{"subject":"number_of_incidents","title":"Number of incidents"}],"conditions_any":[{"subject":"brand","title":"Brand"}]}}