You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some GET queries against Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
18
18
19
+
> [!NOTE]
20
+
> If you're looking for information about paging in Microsoft Graph SDKs, see [Page through a collection using the Microsoft Graph SDKs](/graph/sdks/paging).
21
+
19
22
Learn more about pagination through the following video.
0 commit comments