What should we do when encountering a Graph API response page for the second time?

Andrew H 0 Reputation points
2023-08-31T18:59:25.0366667+00:00

User's image

For specific Graph API endpoints, I have found that when pulling pages for a response, MS occasionally will send a nextPage link that we have already seen. Here is the code used for detection.

var loopDetection = new HashSet<string>
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,078 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.