Skip to main content

Pagination & Filtering Rules

Description

Finrota CAT REST API services support pagination and filtering mechanisms to maintain performance when querying high volumes of data. The same logic is used across all services, allowing integrating applications to limit queries using a standard approach.

  • Pagination

    • page: Specifies which page you want (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 you do not send any filters, all records (within the page limit) will be returned.