Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,597 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Last week I was able to hit:
https://contoso.sharepoint.com/_api/v2.1/drives/{drive-id}/items/{item-id}/analytics/allTime?$expand=activities
And it would give me a response containing an activities
array. However, this morning the activities
array is missing from the response.
If I change to the lastSevenDays
endpoint (no other changes -- same drive and file ID) then the activities
array is present.
Am I doing something wrong? Or is there some outage?