Pagination Links
Provides next
and prev
links for pagination, part of the Assignees API 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://support.zendesk.com/api/v2/capacity/rules/01JERHNQQS1E5BK9CTEMTTQN3R/assignees?page[after]=456",
"prev": "https://support.zendesk.com/api/v2/capacity/rules/01JERHNQQS1E5BK9CTEMTTQN3R/assignees?page[before]=123"
}