Pagination & Filtering Rules
Description
Finrota ERP REST API services support pagination and filtering mechanisms to maintain performance when querying large volumes of data. The same logic is used across all services, allowing integrated applications to limit queries using a standard approach.
-
Pagination
- page: Specifies which page you want to retrieve (Default: 1).
- pageSize: Specifies how many records you want to see per page (Default: 10, Maximum: 100).
-
Filtering: Each service has its own filter parameters (name, code, email, date range, etc.). You can use multiple filters at the same time. If no filters are sent, all records are returned (within the page limit).