Siva_Venna
7 years agoContributor
Pagination in REST API
A very good explanation of how to implement pagination in REST API in this below blog post:
When I try to implement the same(I am extracting data from survey monkey api), I have noticed that when the “Next URL” is executing it is ignoring the query parameters provided.As shown in below image, when service URL is executing it’s getting right records considering all input query parameters i.e total:3043 but when “Next URL” is hitting it is extracting all records i.e. total : 61896
How to include query parameters in “Next URL” to get required data?