Represents а collection of backed up OneDrive documents.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v2/RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents |
Related Resources
- /RestoreSessions/{ID}/Organization/OneDrives/{ID}
- /RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents/{ID}
Methods
The following methods are supported for the /RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents resource:
- (GET) /RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents
- (POST) /RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents/Action
Resource Representation
The /RestoreSessions/{ID}/Organization/OneDrives/{ID}/Documents resource has the following representation:
[ { "offset": 0, "limit": 30, "results": [ { "size": 80101, "inheritedPermissions": true, "version": "1.0", "id": "0e4079a2-faa5-41bf-b8a7-ba883308cbc9", "name": "Resource.jpg", "createdBy": "System Account", "creationTime": "2017-04-09T09:12:59", "modifiedBy": "System Account", "modificationTime": "2017-04-09T09:12:59", "_links": { "self": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/documents/0e4079a2-faa5-41bf-b8a7-ba883308cbc9" }, "onedrive": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39" }, "parent": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/folders/89e2b52a-66e3-4a1a-a088-4655dfbe95d7" } } }, { "size": 1040384, "inheritedPermissions": true, "version": "2.0", "id": "206b13cc-a453-4102-a256-20a64f760e6d", "name": "nice_bakuretsu.png", "createdBy": "System Account", "creationTime": "2017-12-26T12:07:30", "modifiedBy": "System Account", "modificationTime": "2017-12-26T12:07:30", "_links": { "self": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/documents/206b13cc-a453-4102-a256-20a64f760e6d" }, "onedrive": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39" }, "parent": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/folders/67cdafbf-8c14-434e-a02d-a04f228e0086" } } } ], "_links": { "self": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/organization/onedrives/b3184e77-b95b-45f7-96cc-180a20b61cbd8507931c-4561-4ddf-bc90-411aba44bb39/documents?offset=0&limit=30" } } } ...] |