/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId}
Represents а backed up SharePoint document with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId}  | 
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId}
 - (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId}/Action
 
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Documents/{documentId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the backed up SharePoint document. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".  | 
Parent  | object  | Specifies _links for the parent object.  | 
Version  | int  | Specifies the version of the document.  | 
SizeBytes  | int  | Specifies the size 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 document 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/Sites/{siteId}/Documents/{documentId} resource has the following representation:
{ "version": "2.0", "id": "1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddd91646d1-5b4a-468f-8d38-7c2eb3cd057248d332e5-c3f9-4373-9902-beac5510d46a", "name": "request.txt", "createdBy": "System Account", "creationTime": "2017-04-16T12:35:18", "modifiedBy": "System Account", "modificationTime": "2017-04-16T12:37:10", "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/0ba45909-ce2d-4457-9a41-c466c21cd1e3/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/documents/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddd91646d1-5b4a-468f-8d38-7c2eb3cd057248d332e5-c3f9-4373-9902-beac5510d46a" }, "library": { "href": "https://support.north.local:4443/v3/restoresessions/0ba45909-ce2d-4457-9a41-c466c21cd1e3/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/libraries/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88ddd91646d1-5b4a-468f-8d38-7c2eb3cd0572" } } } 
  |