Using Rest API Pagination Not Working as Expected
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?
[ { "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": [] } ]