Microsoft
MS-600 · Question #151
You are developing an app that will display all the users returned in a Microsoft Graph query. The entire dataset is too large, and you receive the following response. How should you retrieve the…
The correct answer is E. Send an HTTP GET request to the @odata.nextLink value. https://docs.microsoft.com/en-us/graph/query-parameters
Build apps with Microsoft Graph
Question
You are developing an app that will display all the users returned in a Microsoft Graph query. The entire dataset is too large, and you receive the following response. How should you retrieve the next page of data?
Exhibit
Options
- ASend an HTTP PATCH request to the @odata.context value.
- BSend an HTTP GET request that contains the id value.
- CSend an HTTP GET request that contains the skiptoken value.
- DAppend the skip query parameter to the last request.
- ESend an HTTP GET request to the @odata.nextLink value.
How the community answered
(33 responses)- A3% (1)
- B15% (5)
- C3% (1)
- D6% (2)
- E73% (24)
Explanation
Topics
#Microsoft Graph#OData pagination#nextLink#query parameters
Community Discussion
No community discussion yet for this question.
