Skip to main content

Pagination

pageNumberinteger<int32>

Returned page number

Example: 1
previousPageReferencestringnullable

Reference to get the previous page

nextPageReferencestringnullable

Reference to get the next page

previousPagestring<uri>nullable

URL of the previous page

nextPagestring<uri>nullable

URL of the next page

pageSizeinteger<int32>

Number of items per page

Example: 25
pagesCountinteger<int32>nullable

Total number of pages

Example: 5
totalCountinteger<int32>

Total number of items

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