v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBMicrosoft 365 Reports
View Groups Restore Activity Report
View daily trends & details of all restore activities performed on Groups. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspGroupsRestoreActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "accountName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"accountName": "Druva",
"customerName": "Druva",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"activityType": "Group",
"groupName": "25104-auto-team-☺",
"groupEmail": "team_test_email_25104@druvadatasoftware.onmicrosoft.com",
"groupType": "Microsoft 365",
"administrator": "Rohit Patil",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"startTime": "2024-04-23T14:05:15.000Z",
"endTime": "2024-04-23T14:41:28.000Z",
"restoreStatus": "Restore Successful",
"restoreSize": 1043665,
"snapshotTimestamp": "2024-03-11T09:06:58.000Z"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}