The pagination object representation and fields are described below.
pagination was introduced in API version V1
pagination has not been marked for deprecation
| Name | Type | Description | Constraints |
|---|---|---|---|
| after | String literal | Offset hint used in paginated queries | |
| nextUrl | URL represented as a string | URL for accessing paginated offset results when the initial resultset has more items | |
| isMorePages | Boolean literal e.g. true | Set to true if there are more pages | |