Incremental Attributes Values Export

GET {{baseUrl}}/api/v2/incremental/routing/attribute_values

Returns a stream of changes that occurred on routing attribute values.

Allowed For

  • Admins

Parameters

Optional

NameTypeComment
cursorstringThe cursor parameter is a non-human-readable argument you can use to move forward or backward in time. The cursor is a read-only URL parameter that's only available in API responses. See Pagination.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"attribute_values":[{"attribute_id":"15821cba-7326-11e8-b07e-950ba849aa27","id":"19ed17fb-7326-11e8-b07e-9de44e7e7f20","name":"English","time":"2018-06-19T01:33:26Z","type":"create"}],"count":1200,"end_time":1533266020,"next_page":"https://{subdomain}.zendesk.com/api/v2/incremental/routing/attribute_values.json?cursor=7d724c71-3911-11e8-9621-836b8c683dc6"}