List Ticket Attribute Values
GET {{baseUrl}}/api/v2/routing/tickets/:ticket_id/instance_values
Returns a list of attributes values for the ticket.
Allowed For
- Agents and admins
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"attribute_values":[{"attribute_id":"f4a604b1-d6cd-11e7-a492-657e7928664c","created_at":"2017-12-01T19:29:41Z","id":"fa1131e2-d6cd-11e7-a492-dbdd5500c7e3","name":"Ocean","updated_at":"2017-12-01T19:35:45Z"}]}