Paging
Paging provides useful information about pagination, allowing easy navigation across paginated responses.
It is only used as field of a ComplexJSON, which includes a list of entities.
| Field |
Description |
Type |
| last |
A relative URI to the last page. |
string |
| first |
A relative URI to the first page. |
string |
| prev |
A relative URI to the previous page. |
string |
| next |
A relative URI to the next page. |
string |
| current |
A relative URI to the current page. |
string |
| pages |
A set of relative URIs calculated around the current page. |
Page |
| elements |
All indexes shown on the current page. |
array[int] |
| total |
The number of all elements that API can retrieve. |
int |
| size |
The selected page size. |
int |
Page
| Field |
Description |
Type |
| number |
Number of the page. |
int |
| uri |
URI of the page. |
string |