分页Links

Providesnextand/or上一页links for pagination, part of theUnified Agent StatusesJSON response.

JSON format

分页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
上一页 string false false A link to the previous page of data

分页的链接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"}