/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId}
Represents a backed up SharePoint list with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId}  | 
Related Resources
/RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId} resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId}
 - (POST) /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId}/Action
 
Properties
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId} resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Id  | string  | Specifies the ID of the backed up SharePoint list. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".  | 
Name  | string  | Specifies the name of the backed up SharePoint list. For example, "name": "support_north".  | 
CreationTime  | UTC  | Specifies date and time when the list was created. For example, "creationTime": "2017-07-04T16:08:20.2882911Z".  | 
Description  | string  | Specifies the description of the SharePoint list.  | 
Parent  | object[]  | Specifies _links for the parent object.  | 
Children  | object[]  | Specifies _links for the children objects.  | 
Url  | string  | Specifies the URL of th SharePoint list.  | 
_links  | Dictionary of string [key] and Object [value]  | Links to related resources (navigation property).  | 
Resource Representation
The /RestoreSessions/{restoreSessionId}/Organization/Sites/{siteId}/Lists/{listId} resource has the following representation:
{ "id": "37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444d0bf1b2f-be66-4982-ba88-a31a49f61a3a", "name": "locallocallookup", "url": "/sites/inconsiderable/Lists/locallocallookup", "description": "", "creationTime": "0001-01-01T00:00:00Z", "_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/lists/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444d0bf1b2f-be66-4982-ba88-a31a49f61a3a" }, "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-04f489c34444d0bf1b2f-be66-4982-ba88-a31a49f61a3a" }, "items": { "href": "https://support.north.local:4443/v3/restoresessions/742fe5ac-3ea6-422b-b204-757b15a47e56/organization/sites/37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444/items?parentId=37ceec3f-565e-4ee0-9913-221c701d574401a462f8-4a26-4360-9296-04f489c34444d0bf1b2f-be66-4982-ba88-a31a49f61a3a" } } }  |