I'm following documentation from here https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/sharepoint
I want to enumerate lists from default site.
- get
siteId
using/sharePoint/site
end point(works fine) Request lists using
sharePoint/sites/{{siteId}}/lists
doesn't work returns404
with following message{ "error": { "code": "itemNotFound", "message": "Requested site could not be found", "innerError": { "request-id": "34b1b51a-59ba-4c56-991a-319ffbe33005", "date": "2017-04-07T10:46:40" } } }
any pointers