Add Next Link Pagination method in REST API Calls

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
7 votes

Open For Voting · Last Updated

Comments

  • Daniel Zillmann
    Daniel Zillmann Active Partner
    Fifth Anniversary 100 Likes 10 Comments 25 Up Votes

    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,
    Daniel