/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}
Represents a backed up SharePoint site with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId} |
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}
- (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Action
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the backed up SharePoint site. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
URL | string | Specifies the URL adress of the backed up SharePoint site. |
Name | string | Specifies the name of the backed up SharePoint site. For example, "name": "support_north". |
Parent | site | Specifies the parent site. |
Children | object[] | Specifies _links for the children objects. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId} resource has the following representation:
{ "id": "7a619cf6-b7e1-4141-951b-960a2fca061d", "name": "support_north", "email": "support_north@westsupport.onmicrosoft.com", "isArchive": "false", "_links": { "self": { "href": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d" }, "folders": { "href": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders?parentId=null" }, "allfolders": { "href": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders" }, "items": { "href": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/items" } }, "_actions": { "restoretoOriginallocation": { "uri": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "restoreTo": { "uri": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "exporttoPst": { "uri": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v3/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" } } } |