Manuel de référence de l'API de service Web › Getting Started › Pagination
Pagination
You can use optional pagination for all web services that return more than one row.
The following examples illustrate how you can use pagination to return records:
- If you have 26 rows to be returned and &page=1 and &rows=20, you will be given the first 20 records.
- If you specify &page=2 and &rows=20 you will be given the remaining 6 records.
- If &page=1 and &rows=40 you will be given all 26 records.
- If &page and &rows are not provided the web service shows all data.