Microssoft Graph explore raises an error when fetching next page with results

Rik Vercauteren 11 Reputation points
2021-02-10T09:01:50.413+00:00

Hello,

when calling the query 'https://graph.microsoft.com/v1.0/groups?' it is possible to fetch the next page of results by coping the @odata.nextLink into the query field in the explorer interface.

On the other hand, if I query shifts data a by :

"https://graph.microsoft.com/v1.0/teams/8b6fc6da-bb5b-4fcf-9351-3e0ecae54528`/schedule/shifts"

the first page off results is shown,

66269-image.png

when i try to get te results of the second page, putting the odata-link as query - following error is raised:
{
"error": {
"code": "UnknownError",
"message": "",
"innerError": {
"date": "2021-02-10T08:58:30",
"request-id": "2db3cb4b-ab44-49e7-a5fe-6717da25f687",
"client-request-id": "2aea9d24-c4be-7948-c531-fc140bae16c3"
}
}
}

What can I do to solve this problem?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,743 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,893 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Rama-MSFT 176 Reputation points
    2021-03-17T04:55:58.313+00:00

    Hi @Rik Vercauteren ,

    Posting the Answer for better knowledge
    Copying from @Saonti - MSFT comments,

    I tried to repro your issue but could not. For me calling https://graph.microsoft.com/v1.0/groups and then @odata.nextLink, is giving me response with OK 202

    0 comments No comments