Oct 21 2019 12:27 AM
Hi,
Im trying to use these two 1.0 endpoints on my own tenant and I also have tried the public sandbox graph explorer but none of them will work
https://docs.microsoft.com/en-us/graph/api/itemanalytics-get?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/resources/itemactivity?view=graph-rest-1.0
The first one returns http 200 and a empty body and the last one failes in different ways depending on usage (item not found etc)
Example: I call https://graph.microsoft.com/v1.0/sites/root: to get the id of the root site and then I call https://graph.microsoft.com/v1.0/sites/5a58bb09-1fba-41c1-8125-69da264370a0/analytics to get the analytics. The response is empty while the http result is 200
BR/Daniel