Forum Discussion
REST API Pagination not working
We tried both options , it is still not working
"page": {
"count": 108,
"limit": 100,
"links": {
"first": https://api.xxxxxxxxx.com/v2/xxxx?offset=0&limit=100,
"last": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,
"next": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,
"previous": null,
"self": https://api.xxxxxxxxxx.com/v2/xxxx
},
The next link is in the json body in this format
and we are using page.links.next as the value for absoluteURL
Hi aveekr
Apologies for the delay in response from my side.
Please refer to the documentation which might help you : Implementing Pagination with the Copy Activity in Microsoft Fabric - Microsoft Community Hub
Please do let us know if you have any further queries. Glad to help.
I hope this information helps.
Thank you