/Organizations/{organizationId}/Sites/{siteId}
Represents an organization site with a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/Organizations/{organizationId}/Sites/{siteId}  | 
Related Resources
Methods
The following methods are supported for the /Organizations/{organizationId}/Sites/{siteId} resource:
Properties
The /Organizations/{organizationId}/Sites/{siteId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the organization site. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".  | 
URL  | string  | Specifies a path to the organization site. For example, "URL": "/sites/test".  | 
Name  | string  | Specifies the name of the organization site. For example, "name": "support_north".  | 
Title  | string  | Specifies the title of the organization site. For example, "title": "support_north".  | 
IsBackedup  | bool  | Specifies if this organization site is backed up. For example, "isBackedup": "True".  | 
Parent  | site  | Specifies _links for the parent object.  | 
Children  | site[]  | Specifies _links for the children objects.  | 
IsCloud  | groupType  | Specifies if this organization site is located in cloud. For example, "isCloud": "True".  | 
_links  | Dictionary of string [key] and Object [value]  | Links to related resources (navigation property).  | 
Resource Representation
The /Organizations/{organizationId}/Sites/{siteId} resource has the following representation:
{ "id": "084282fd-ca6d-4f26-847a-3538f0ac84ea4d9b02b3-9ef9-4f4f-b22a-a63d17f12852", "url": "https://backup-my.sharepoint.com/personal/jsnow_backup_onmicrosoft_com", "name": "John Snow", "isCloud": true, "title": "John Snow", "isBackedup": false, "isAvailable": true, "_links": { "self": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/sites/084282fd-ca6d-4f26-847a-3538f0ac84ea4d9b02b3-9ef9-4f4f-b22a-a63d17f12852" }, "children": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/sites?parentId=084282fd-ca6d-4f26-847a-3538f0ac84ea4d9b02b3-9ef9-4f4f-b22a-a63d17f12852" }, "organization": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e" } } } 
  |