/RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId}
Represents a backed up OneDrive folder with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId}  | 
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId}
 - (POST) /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId}/Action
 
Properties
The /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the backed up OneDrive folders. For example, "Id": "AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==".  | 
Name  | string  | Specifies the name of the backed up OneDrive document. For example, "name": "Calendar".  | 
Children  | object[]  | Specifies _links for the children objects.  | 
Parent  | object  | Specifies _links for the parent object.  | 
Version  | int  | Specifies the version of the document.  | 
CreatedBy  | string  | Specifies the user, which created the document. For example, "createdBy": "Sam Jones".  | 
CreationTime  | UTC  | Specifies date and time when the folder was created. For example, "creationTime": "2017-07-04T16:08:20.2882911Z".  | 
ModifiedBy  | string  | Specifies the user, which performed the last modifications to the document. For example, "modifiedBy": "Sam Jones".  | 
ModificationTime  | UTC  | Specifies date and time when the document was modified. For example, "modificationTime": "2017-07-04T16:08:20.2882911Z".  | 
_links  | Dictionary of string [key] and Object [value]  | Links to related resources (navigation property).  | 
Resource Representation
The /RestoreSessions/{restoreSessionId}/Organization/OneDrives/{oneDriveId}/Folders/{folderId} resource has the following representation:
{ "id": "89e2b52a-66e3-4a1a-a088-4655dfbe95d7", "name": "F1", "createdBy": "System Account", "creationTime": "2017-04-04T12:01:49", "modifiedBy": "System Account", "modificationTime": "2017-04-04T12:01:49", "_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/89e2b52a-66e3-4a1a-a088-4655dfbe95d7" }, "onedrive": { "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=89e2b52a-66e3-4a1a-a088-4655dfbe95d7" }, "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=89e2b52a-66e3-4a1a-a088-4655dfbe95d7" } } }  |