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

5
5 votes

Open For Voting · Last Updated