Pagination process using REST API Call
Summary
REST API response results limit by default to 100 max at each invokeContent
Hi,
I am trying to invoke REST API call and at each invoke will get max 100 records among total avilable records , lets say if the grand total is 1000 , will get only 100 records at first invoke with an offset parameter set to 0 by default.
Everytime offset parameter need to be changed dynamically ( 0,100, 200 ...etc) until 1000 records are getting processed.
Any logic behind to be implimented please?
Version
20.1.3.01