View Single Post
  #5  
Old 05-18-2018, 01:53 AM
 
Soptareanu @Alex Soptareanu @Alex is offline
 

Advanced Member
  
Join Date: Apr 2018
Posts: 39
 

Default Re: Dealing with Complex Schema API

Quote:
Originally Posted by tony_sologubov
Did you try using _cnd[limit] in your request as explained here:
https://devs.x-cart.com/rest-api/#limiting-the-output-pagination

Just add something like _cnd[limit][0]=0&_cnd[limit][1]=100 to your request and it will pull batches of entities instead of all.
Yes, this is what i want to do, but for that i need to create a script that do this task automatically and for that would help me if I know from the beggining the total number of the rows that i need to pull in order to set my script when to stop the request.
__________________
Soptareanu Alex
Reply With Quote