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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"definitions":{"conditions_all":[{"subject":"number_of_incidents","title":"Number of incidents"}],"conditions_any":[{"subject":"brand","title":"Brand"}]}}