Pagination Links
Provides next
and 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:
Name | Type | Read-only | Mandatory | Description |
---|---|---|---|---|
next | string | false | false | A link to the next page of data |
prev | string | false | false | A 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"
}