v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRestore OneDrive/Exchange Online data
Restore a OneDrive Account or Exchange Online Mailbox
Performs a restore of a OneDrive account or an Exchange Online mailbox to a new or existing account.
post/insync/cloudapp/v1/restores
Request body
Example request
{
"sources": [
"/Wed Mar 6 11:54:00 2024/Documents/1st Aug"
],
"destination": "inSync Restore Thu Mar 7 07-50-01 2024",
"sourceTypes": [
16384,
32768
],
"storageId": 1001,
"restoreOption": "restorecopy",
"isCloudapp": true,
"fromDeviceId": 1000001,
"deviceId": 1000001,
"appType": "O365 OneDrive",
"pathDetails": [
"inSync-Mails-root"
]
}Response
success
Example response
{
"status": "OK"
}