Represents а collection of the Exchange organization's backed up mailboxes.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/RestoreSessions/{ID}/Organization/Mailboxes |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{ID}/Organization/Mailboxes resource:
(GET) /RestoreSessions/{ID}/Organization/Mailboxes
Resource Representation
The /RestoreSessions/{ID}/Organization/Mailboxes resource has the following representation:
[ { "id": "7a619cf6-b7e1-4141-951b-960a2fca061d", "name": "support_north", "email": "support_north@westsupport.onmicrosoft.com", "isArchive": "false", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d" }, "folders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders?parentId=null" }, "allfolders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders" }, "items": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/items" } }, "_actions": { "restoretoOriginallocation": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "restoreTo": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "exporttoPst": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" } } }, { "id": "9e9b7199-f547-467a-b580-9d283a75eaad", "name": "support.south", "email": "support.south@onmicrosoft.com", "isArchive": "false", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad" }, "folders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders?parentId=null" }, "allfolders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders" }, "items": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items" } }, "_actions": { "restoretoOriginallocation": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/action", "method": "POST" }, "restoreTo": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/action", "method": "POST" }, "exporttoPst": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/action", "method": "POST" } } } ], "_links": { "self": { "href": "https://support.east.local:4443/v1/RestoreSessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes?offset=0&limit=30" } } } ...] |