Failed to Read accurate data from sharepoint list using graph API

SYAMNA S T 70 Reputation points
2023-12-06T10:10:02.7533333+00:00

While trying to read a list from SharePoint using Graph API, some rows are not fetching, and they are missing in the response. What might be the reason for this?

Microsoft 365 and Office SharePoint For business Windows
Microsoft Security Microsoft Graph
{count} votes

Accepted answer
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2023-12-07T02:20:21.07+00:00

    Hi @SYAMNA S T,

    If you have a large number of items, the response will not return all the items in one page. The json response will contain a key @odata.nextLink. To get the missing data, you could get request on that link.

    You could refer to following steps to get the continue pages

    https://learn.microsoft.com/en-us/graph/paging?tabs=http


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

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.