/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId}
Represents a backed up SharePoint document library with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId} |
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId}
- (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId}/Action
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Libraries/{libraryId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the backed up SharePoint document library. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
Url | string | Specifies the URL of the SharePoint document library. |
Name | string | Specifies the name of the backed up SharePoint document library. For example, "name": "support_north". |
CreationTime | UTC | Specifies date and time when the document library was created. For example, "creationTime": "2017-07-04T16:08:20.2882911Z". |
Description | string | Specifies the description of the document library. |
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}/Libraries/{libraryId} resource has the following representation:
{ "id": "37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c344441a867bcb-6a88-4744-adda-26c2c33e7cbb", "name": "Style Library", "url": "/sites/inconsiderable/Style Library", "description": "Use the style library to store style sheets, such as CSS or XSL files. The style sheets in this gallery can be used by this site or any of its subsites.", "creationTime": "2017-12-06T14:40:54Z", "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/742fe5ac-3ea6-422b-b204-757b15a47e56/organization/sites/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444/libraries/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c344441a867bcb-6a88-4744-adda-26c2c33e7cbb" }, "parent": { "href": "https://support.north.local:4443/v3/restoresessions/742fe5ac-3ea6-422b-b204-757b15a47e56/organization/sites/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444" }, "folders": { "href": "https://support.north.local:4443/v3/restoresessions/742fe5ac-3ea6-422b-b204-757b15a47e56/organization/sites/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444/folders?parentId=37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c344441a867bcb-6a88-4744-adda-26c2c33e7cbb" }, "documents": { "href": "https://support.north.local:4443/v3/restoresessions/742fe5ac-3ea6-422b-b204-757b15a47e56/organization/sites/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444/documents?parentId=37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c344441a867bcb-6a88-4744-adda-26c2c33e7cbb" } } } |