Pretty new to powershell and API so wanted to ask about the following. I have been trying to get some site usage details by calling this MS Graph API "https://graph.microsoft.com/v1.0/reports/getSharePointSiteUsageDetail(period='D30')"
By calling it will give me the usage data for the last 30 days.
What i wanted to know is that will it be possible to select a custom report period. Lets say the last 30 days before the 10th of April 2023. So the usage data from 10 of March till 10 of April.
Anything i should try, advice?
Thanks
Tried "https://graph.microsoft.com/v1.0/reports/getSharePointSiteUsageDetail(period='D30',startDate='2023-03-11',endDate='2023-04-10')" but not possible.