Can't see my recently created list in sharepoint using graph API

Mac Thare Lyn Riel 1 Reputation point
2021-03-16T00:22:21.327+00:00

Hi, I'm new to graph API,

Im using graph API exploer to test my queries, Everything working fine when getting the sites, but when I use the

GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists

My recent created list didn't show on the response,

I tried to manually look for the id of the list in the sharepoint, then tried it again with

GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}

I got this as response :

Not Found - 404 - 701ms

Can anyone help on this? I've been looking about this error for 1 day and still get any progress. Thank you in advance.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,677 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,704 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amos Wu-MSFT 4,051 Reputation points
    2021-03-16T02:47:42.743+00:00

    I could not reproduce your issue.
    Please confirm: Has anyone else in your tenant have the same issue while requesting Graph APi?

    The issue is possibly related to the Service Incident in Microsoft 365: https://status.office365.com/
    You may check the service health status of your tenant via :https://portal.office.com/adminportal/home#/servicehealth

    Microsoft is working on this issue actively, and we will be getting back to you as soon as the issue is resolved.


    GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists
    /sites/b57886ef-4c2a-4d56-ad29-27266638ac3b,b62d1450-8e6f-4be7-84a3-f6600fd6cc14/lists

    78033-image.png

    GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}
    /sites/b57886ef-4c2a-4d56-ad29-27266638ac3b,b62d1450-8e6f-4be7-84a3-f6600fd6cc14/lists/7346838f-630b-4350-8770-20188359febc

    78073-image.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.