Forum Discussion
Housden996
1 year agoHelper II
Copying Paginated data Next page function not working
Hi I am workin with a paginated API and it uses unique urls to pull in the following page instead of a sequential page number. My copy function works but it isnt pulling in the following pa...
Housden996
1 year agoHelper II
Thank you I thought this would be the solution, wanted to try here before diving into a new community. 🙂
Anonymous
1 year agoNot applicable
HI Housden996,
In fact, paginated API should base on its definitions. (normally it checks the request header, but it also saw some API checked on request body) You should modify the function and request to send the correspond contents based on the API document and definitions.
For example:
Some of API returned page number in the response, some of them show you the next id, and also it can be directly returned the next link URL.
Regards,
Xiaoxin Sheng