v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBList All OneDrive/Exchange Online Restore points
Retrieve the list of OneDrive/Exchange Online restore points.
Query parameters
Specify the device ID associated with the OneDrive or Exchange account for which restore points are required.
Specify the user ID associated with the OneDrive or Exchange account for which restore points are required.
Specify the ID of the storage assigned to the account. Get the ID of storage using the List all storages API.
This API returns the list of all storage that the customer is using. The list will provide the ID - Storage name mapping for each region that the customer is using.
Specify the flag indicating whether detailed snapshot statistics are required in the list of all OneDrive/Exchange Online restore points.
-
Set it to true to include detailed statistics about the snapshot in the response or
-
false to exclude detailed statistics about the snapshot in the response.
Specify the flag indicating whether information about anomalous snapshots is required in the list of all OneDrive/Exchange Online restore points.
-
Set it to true to include anomalous snapshot information or
-
Set it to false to exclude anomalous snapshot information.
Specify the flag indicating whether information about curated snapshots is required in all OneDrive/Exchange Online restore points lists.
-
Set it to true to include curated snapshot information or
-
set it to false to exclude curated snapshot information.
Specify the start time to filter the list of restore points. The value must be a Unix timestamp in seconds. Use with the endTime parameter to retrieve restore points within a specific time range.
Specify the end time to filter the list of restore points. The value must be a Unix timestamp in seconds. Use with the startTime parameter to retrieve restore points within a specific time range.
Response
success
Example response
[
{
"created": "20/02/2024 11:58",
"timestamp": 1710424684,
"displayName": "Wed Mar 6 11:54:00 2024",
"storageId": 1000002,
"latestUnquarantined": true,
"anomalousStats": {},
"lsCver": 17,
"size": 23903222,
"name": "Thu Mar 14 13:58:04 2024",
"totalFiles": 639,
"sizeInBytes": 1024000
}
]