Skip to main content

Paging & Filtering Rules

Description

Finrota CAT REST API services support paging and filtering mechanisms to maintain performance in high-volume data queries. The same logic is used across all services, allowing integrated applications to limit queries in a standard way.

  • Paging

    • page: Specifies which page you want (Default: 1).
    • pageSize: Specifies how many records to view 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 filter is sent, all records are returned (within the page limit).