To improve the performance of web applications, a "pagination" system is commonly used. The list is split into pages that are displayed to the user, who can then switch between them.
Pagination is controlled by URL parameters
Parameter | Name | Example |
| Maximum number of records per page. The default is |
|
| How many records to skip. It is independent of the |
|
| If you include this parameter, the number of records in the given record list (taking any applied filters into account) will be added to the XML/JSON export. |
|
ℹ️ If you only need to find out the number of records, combine add-row-count=true with a small limit — there's no need to load the entire record list.
