Hi @Benedict Schmieder , one thing to check is whether the $skipToken
parameter is being properly passed in the nextLink
URL. The $skipToken
parameter is used to indicate the starting point for the next page of results. If this parameter is not being passed correctly, it could explain why you are getting the same page of results every time.
Another thing to check is whether there are any filters or sorting options being applied to the API request that could be affecting the results. If there are filters or sorting options being applied, it's possible that they are causing the API to return the same results every time.
If you check these and still can't find a solution, let me know and we can look into your environment.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James