To improve the performance of web applications, a "pagination" system is commonly used. The list is divided into pages that are displayed to the user, who can navigate between them.
Pagination is controlled by URL parameters:
Parameter | Name | Example |
| Maximum number of records per page. The default value is |
|
| How many records to skip. This is independent of the |
|
| If you include this parameter, the total number of records in the given register will be added to the XML/JSON export (taking applied filters into account). |
|
