Represents the Exchange organization's backed up mailbox folder with the specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID} |
Related Resources
/RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders
Methods
The following methods are supported for the /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID} resource:
(GET) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID}
Properties
The /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the organization's backed up mailbox folder. For example, "Id": "AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==". |
Name | string | Specifies the name of the organization's backed up mailbox folder. For example, "name": "Calendar". |
Type | string | Specifies the type of the organization's backed up mailbox folder:
For example, "type": "Appointment". |
Description | string | Specifies the description of the organization's backed up mailbox folder. For example, "description": "QA". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID} resource has the following representation:
{ "name": "Calendar", "type": "Appointment", "description": "", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==" }, "children": { "href": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders?parentId=AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==" }, "items": { "href": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items?folderId=AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==" }, "mailbox": { "href": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c" } }, "_actions": { "restoretoOriginallocation": { "uri": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==/action", "method": "POST" }, "restoreTo": { "uri": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==/action", "method": "POST" }, "exporttoPst": { "uri": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v1/restoresessions/bb8572a4-56e5-4f7d-92e3-a0488c304ea6/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==/action", "method": "POST" } }, "id": "AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAQ0AAA==" }, ...] |