Working with the Microsoft graph api and especially the sharepoint beta api and i am constantly running into issues. I know its beta, but still;)
SO the issue is When i tried to access the sharepoint list using Graph API in graph explorer URL is: GET https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}
So SiteID i am passing my site tenant GUID and List ID as Sharepoint List GUID and i am facing the error continously in Response
{ "error": { "code": "invalidRequest", "message": "Provided id is not suitable for the current host", "innerError": { "request-id": "61efc5b1-88f8-442c-a41d-7213b587318e", "date": "2017-05-10T07:38:04" } } }
IF any one also has faced this issue please let me know the solution you have resolved