Skip to main content
Multiple API supporting pagination. These APIs have two parameters sindex and count.
  • sindex: is the start index
  • count: No. of records, you want to fetch.
Note
  • Deep Pagination with record window greater than 100k is not supported. Either reduce the sindex + count to be less than equal to 100k or use appropriate filters to narrow down your result set.
For example :
  • Suppose you have to fetch 20 records:
  • To fetch 100kth record:
  • If you fetch more than 100kth records: