Pagination Support
Does Diyotta support pagination? Let’s say I want to request to get data from a Shopify API with 5000 records. Using Request, I can only get up to 250 records. Instead of specifying the page number 20 times, I wanted to know if there is an easier way to do this?
Thanks,
Mukundan
Hi Sankar,
Pagination is supported only when the response body has a “paging” or “page” element indicating multiple pages in the response and the next page is indicated by the “next” element.
can you share the sample json file, I will look into it and get back to you with more details?