v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRestore SharePoint Online data
Restore a SharePoint Site
Performs a restore of a SharePoint site to a new or existing site.
post/insync/sharepointmaster/v2/restores
Request body
Example request
{
"site_collection_id": 123,
"path": "[{\"minor_type\": 1, \"handle\": \"/Thu Mar 7 13:18:43 2024/shan_dl_restore\", \"parent\": \"root\"}]",
"sid": 1,
"restore_to": "new",
"destination_site_url": "/sites/example",
"destination_site_title": "Hello",
"new_site_params": "{\"new_site_title\":\"RestoreNewprasadtestsite824\",\"new_site_description\":\"Whole site restore to a new site with site settings\"}",
"spo_settings_restore_option": 1
}Response
success
Example response
{
"message": "Restore triggered successfully.",
"restore_task": true
}