/RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}
Represents a backed up OneDrive item with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}  | 
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/OneDrives
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}
 - (POST) /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Action
 
Properties
The /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the organization's backed up OneDrive item. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".  | 
Name  | string  | Specifies the name of the organization's backed up OneDrive item. For example, "name": "support_north".  | 
_links  | Dictionary of string [key] and Object [value]  | Links to related resources (navigation property).  | 
Resource Representation
The /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId} resource has the following representation:
{ "id": "b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39", "name": "Administrator", "url": "http://server/personal/orgUser", "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39" }, "folders": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/folders?parentId=null" }, "allfolders": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/folders" }, "documents": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/documents?parentId=null" }, "alldocuments": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/documents" } } } 
  |