Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
2,060 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have found that some Graph API nextPageLink URLs recur when pulling pages. What is the recommended way to handle this situation? Should I keep pulling, or stop, or do something else?
Code for loop detection looks like this.
var loopDetection = new HashSet<string>