Pagination Links

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

JSON format

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"}