Agent Status Pagination Links

Provides next and prev links for pagination, part of the Unified Agent Statuses JSON response.

JSON format

Agent Status Pagination Links are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
nextstringfalsefalseA link to the next page of data
prevstringfalsefalseA link to the previous page of data

Pagination links for the previous and next pages of data

Example

{  "next": "https://example.zendesk.com/api/v2/agent_availabilities/agent_statuses?page%5Bafter%5D=206",  "prev": "https://example.zendesk.com/api/v2/agent_availabilities/agent_statuses?page%5Bbefore%5D=205"}