Skip to main content

Pagination

pageNumberint32

Returned page number

Example: 1
previousPageReferencestringnullable

Reference to get the previous page

nextPageReferencestringnullable

Reference to get the next page

previousPageurinullable

URL of the previous page

nextPageurinullable

URL of the next page

pageSizeint32

Number of items per page

Example: 25
pagesCountint32nullable

Total number of pages

Example: 5
totalCountint32

Total number of items

Example: 125
Pagination
{
"pageNumber": 1,
"previousPageReference": "string",
"nextPageReference": "string",
"previousPage": "string",
"nextPage": "string",
"pageSize": 25,
"pagesCount": 5,
"totalCount": 125
}