Paging
The Paging Resource is a json resource that contains the information related to paging the current search results:
|
Name |
Type |
Description |
|---|---|---|
|
properties |
Object |
A dictionary object containing the properties and values. Properties include the current page number (1 based indexing) and the current page size. |
|
next |
A hyperlink to the Search Resource that displays the next page of search results (if a next page exists). | |
|
previous |
A hyperlink to the Search Resource that displays the previous page of search results (if a previous page exists). | |
|
first |
A hyperlink to the Search Resource that displays the first page of search results (if it is not displayed already). | |
|
last |
A hyperlink to the Search Resource that displays the last page of search results (if it is not displayed already). | |
|
page_sizes |
Array |
An array of search links representing the options for the number of search results per page that the user can choose among. |
|
page_numbers |
Array |
An array of search links representing the options for the result pages the user can access by number. |
Example: