Pagination
pageNumberinteger<int32>
Returned page number
Example:
1previousPageReferencestringnullable
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:
25pagesCountinteger<int32>nullable
Total number of pages
Example:
5totalCountinteger<int32>
Total number of items
Example:
125Pagination
{
"pageNumber": 1,
"previousPageReference": "string",
"nextPageReference": "string",
"previousPage": "string",
"nextPage": "string",
"pageSize": 25,
"pagesCount": 5,
"totalCount": 125
}