v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRestore SharePoint Online data
List All SharePoint Site Restore Points
Retrieve the list of restore points for SharePoint sites protected by Druva.
get/insync/sharepointmaster/v2/siteCollections/{site_collection_id}/restorePoints
Path parameters
site_collection_idinteger required
Specify the unique identifier associated with a specific SharePoint site collection for filtering. Get the ID of a site using the List all SharePoint Site Collections API.
Query parameters
include_virtualboolean
Specify the flag indicating whether to include a curated snapshot in the result. Use true to include or false to exclude the curated snapshot.
Response
success
Example response
[
{
"ls_name": "Wed Mar 6 11:54:00 2024",
"ls_rpxattrs": {},
"display_name": "Wed Mar 6 11:54:00 2024",
"filesSynced": 221,
"ls_stat": {
"st_blocksz": 0,
"st_flags": 0,
"st_mtime": 1710236576,
"st_links": 1,
"st_mdattrs": null,
"st_ver": 18,
"st_method": -1,
"st_deleted": false,
"st_mode": 16384,
"st_acl_handle": 0,
"st_size": 40041770,
"st_ino": 5,
"st_valid": true,
"st_readsz": 0,
"st_cver": 17
},
"sid": 1000002,
"ls_softdel": {
"deleted": false,
"softdeleted": false
},
"latestUnquarantined": true,
"ectime": 1709726041,
"ls_ino": 5,
"ls_type": 5,
"ls_rplckowns": [],
"ls_dver": 2147483632,
"ctime": 1709726040,
"totalSize": 23903222,
"ls_cver": 17,
"ls_cseq": 5
}
]