Incremental Attributes Export
GET {{baseUrl}}/api/v2/incremental/routing/attributes
Returns a stream of changes that occurred on routing attributes.
Allowed For
- Admins
Parameters
Optional
Name | Type | Comment |
---|---|---|
cursor | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"attributes":[{"id":"15821cba-7326-11e8-b07e-950ba849aa27","name":"Languages","time":"2018-06-19T01:33:19Z","type":"create"}],"count":1200,"end_time":1533266020,"next_page":"https://{subdomain}.zendesk.com/api/v2/incremental/routing/attributes.json?cursor=7d724c71-3911-11e8-9621-836b8c683dc6"}