Add Next Link Pagination method in REST API Calls

Andrea Duò
Employee




Some APIs used in the retail industry return data in pages, and the subsequent pages of data are provided through a URL within one of the response headers, as you can see in yellow in this Postman screenshot
At the moment, the REST API Call can only support pagination methods based on parameters in the URL.
Andrea
7
Comments
-
Hey Andrea,
I am working on a project at the moment where we are extracting data from Shopify, I think your screenshots are also based on the Shopify API. Is there a way in board to extract the data page by page based on the page_info field?
Cheers,
Daniel0