Using Rest API Pagination Not Working as Expected

Sai Kiran 0 Reputation points
2025-01-07T08:05:17.11+00:00

I am using the REST API to retrieve data with a pagination rule. It works successfully for the first page, but continuous pagination isn't functioning as expected. I have attached the sample response and pagination rule parsing. Could you please help me figure out how to implement continuous pagination?

User's image

[   {     "odata.metadata": "https://test.sharepoint.com/sites/test/_api/$metadata#SP.ListData.QuotationsListItems&$select=Id,DisciplinestoQuoteId",     "odata.nextLink": "https://test.sharepoint.com/sites/test/_api/web/lists/GetByTitle(%27Job%20Records%27)/items?%24skiptoken=Paged%3dTRUE%26p_ID%3d882&%24select=Id%2cDisciplinestoQuoteId&%24format=JSON",     "value": []   } ]

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,160 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.