Pagination

All of the Keka APIs have pagination implemented to optimise the response time. The default page size is 100 and default page number will be 1. Each response page will have below details:-

  • Page number
  • Page size
  • First page (reference)
  • Last page (reference)
  • Total pages
  • Total records
  • Next page (reference)
  • Previous page (reference)

User will need to call the next page reference for accessing the next page, and previous page reference for going back to the previous page. If the next page reference is NULL, then it means that it is the last page.