Record-Set Pagination

Some endpoints return large data sets. Use record-set pagination to control the number of records returned at a time. Pass the number of records per page in the recordCnt parameter. The default maximum is 200 records per page. If you pass a number higher than 200 you will get 200 entries per page.

Set the MXRPG provider parameter to increase the maximum number of entries per page or set NOPGE to retrieve all records in one page, irrespective of MXRPG.

Each response includes:

  • total_record_count — Total number of records found within the search parameters
  • number_of_pages — Number of pages available
  • page — Current page being returned. To request different pages, pass the desired page number in the page parameter.