SharePoint details
SignIn into Graph Explorer to get SharePoint details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Get all sites https://graph.microsoft.com/v1.0/sites?search=* Get ListID based on SiteId https://graph.microsoft.com/v1.0/sites/{site-id}/lists/ (Replace {site-id} with your desired site id that grabbed from above results) Get itemID based…