/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId}
Represents a backed up SharePoint item with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId} |
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId}
- (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId}/Action
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Items/{itemId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the backed up SharePoint item. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
Parent | object[] | Specifies _links for the parent object. |
Version | int | Specifies the version of an item. |
CreatedBy | string | Specifies the user, which created the item. For example, "createdBy": "Sam Jones". |
CreationTime | UTC | Specifies date and time when the item was created. For example, "creationTime": "2017-07-04T16:08:20.2882911Z". |
ModifiedBy | string | Specifies the user, which performed the last modifications to the item. For example, "modifiedBy": "Sam Jones". |
ModificationTime | UTC | Specifies date and time when the item 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}/Items/{itemId} resource has the following representation:
{ "title": "Item1", "version": "5.0", "id": "1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dde42b25e5-5456-4e9f-91df-da6ea376840aee89936c-dd81-4678-9cb2-1b9d5573d28f", "name": "1_.000", "createdBy": "System Account", "creationTime": "2017-05-28T11:49:40", "modifiedBy": "System Account", "modificationTime": "2017-05-28T11:55:55", "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/2cd23751-b5bc-4024-ac11-7277953945a9/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/items/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dde42b25e5-5456-4e9f-91df-da6ea376840aee89936c-dd81-4678-9cb2-1b9d5573d28f" }, "list": { "href": "https://support.north.local:4443/v3/restoresessions/2cd23751-b5bc-4024-ac11-7277953945a9/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/lists/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dde42b25e5-5456-4e9f-91df-da6ea376840a" }, "attachments": { "href": "https://support.north.local:4443/v3/restoresessions/2cd23751-b5bc-4024-ac11-7277953945a9/organization/sites/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dd/items/1cfe4469-0a31-414b-9fd0-e84a087dcb739f242172-6d3f-47a2-816a-4989d45e88dde42b25e5-5456-4e9f-91df-da6ea376840aee89936c-dd81-4678-9cb2-1b9d5573d28f/attachments" } } }
|