/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId}
Represents a backed up SharePoint folder with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId}  | 
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId}
 - (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId}/Action
 
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Folders/{folderId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the backed up SharePoint folder. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".  | 
Name  | string  | Specifies the name of the backed up SharePoint folder. For example, "name": "support_north".  | 
Type  | folderType  | Specifies the type of the backed up SharePoint folder: 
 For example, "type": "listFolder".  | 
CreatedBy  | string  | Specifies the user, which created the folder. 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 folder. For example, "modifiedBy": "Sam Jones".  | 
ModificationTime  | UTC  | Specifies date and time when the folder was modified. For example, "modificationTime": "2017-07-04T16:08:20.2882911Z".  | 
Description  | string  | Specifies the description of the folder.  | 
Parent  | object[]  | Specifies _links for the parent object.  | 
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}/Folders/{folderId} resource has the following representation:
{ "type": "ListFolder", "id": "1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddbf94c035-744a-4ecb-85de-b0e55380bdc378b8bb47-34aa-4e8e-9c95-9dff94f35898", "name": "AB922B82-8406-4E49-B17B-9057BDF09503", "createdBy": "System Account", "creationTime": "2017-04-16T08:06:36", "modifiedBy": "System Account", "modificationTime": "2017-04-16T08:06:36", "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/9de1aad8-b932-4083-b58a-edac38c35533/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/folders/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddbf94c035-744a-4ecb-85de-b0e55380bdc378b8bb47-34aa-4e8e-9c95-9dff94f35898" }, "folders": { "href": "https://support.north.local:4443/v3/restoresessions/9de1aad8-b932-4083-b58a-edac38c35533/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/folders?parentId=1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddbf94c035-744a-4ecb-85de-b0e55380bdc378b8bb47-34aa-4e8e-9c95-9dff94f35898" }, "list": { "href": "https://support.north.local:4443/v3/restoresessions/9de1aad8-b932-4083-b58a-edac38c35533/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/lists/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddbf94c035-744a-4ecb-85de-b0e55380bdc3" }, "items": { "href": "https://support.north.local:4443/v3/restoresessions/9de1aad8-b932-4083-b58a-edac38c35533/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/items?parentId=1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddbf94c035-744a-4ecb-85de-b0e55380bdc378b8bb47-34aa-4e8e-9c95-9dff94f35898" } } } 
  |