Skill Based Routing
List Account Attributes
Returns a list of attributes for the account.
Sideloads
The following sideloads are supported:
| Name | Will sideload |
|---|---|
| attribute_values | The attribute values available on the account |
Allowed For
- Agents and admins
get/api/v2/routing/attributes
Response
Success response
Example response
{
"attributes": [
{
"created_at": "2017-12-01T19:29:31Z",
"id": "15821cba-7326-11e8-b07e-950ba849aa27",
"name": "color",
"updated_at": "2017-12-01T19:29:31Z",
"url": "https://{subdomain}.zendesk.com/api/v2/routing/attributes/15821cba-7326-11e8-b07e-950ba849aa27.json"
}
]
}