Retrieving more than 2000 records with AIS Rest API V1

  • Thread starter JDEdwardScissorhands
  • Start date

JDEdwardScissorhands

Member
Hello Friends,

I am currently working on an integration with JDE that uses V1 of the AIS Rest API. I've run into a scenario where the response coming back contains the maximum 2,000 records. So I'm able to get the first 2,000 records, but I am unsure how to make the next successive call to get the rest of the remaining records.

It looks like this exact scenario is addressed in V2 of the AIS Rest API with the method "Execute Next Record Request". However, I am constrained to using V1 of the rest API so I don't have access to Execute Next Record Request.

Does anyone have any suggestions on how I might go about making several successive service calls to retrieve more than 2,000 records using the V1 API.
 
Last edited:
Back
Top