This is an archive version of the document. To get the most up-to-date information, see the current version.

/RestoreSessions/{restoreSessionId}/Organization

In this article

    Represents an organization backup that is available for exploring and restoring during the restore session.

    Resource URL

    The URL of the reference resource representation:

    https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization

    Related Resources

    Methods

    The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization resource:

    Properties

    Organizations use Items to represent individual email messages, appointments, journals and other items in a mailbox. The /RestoreSessions/{restoreSessionId}/Organization resource has different properties depending on the item type.

    The /RestoreSessions/{restoreSessionId}/Organization resource has the following properties:

    Property

    Type

    Description

    Id

    string

    Specifies the ID of the organization, whose database is available for exploring and restoring during the restore session.

    For example, "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50".

    Name

    string

    Specifies the name of the organization, whose database is available for exploring and restoring during the restore session.

    For example, "name": "veeam.onmicrosoft.com".

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property).

    Resource Representation

    The /RestoreSessions/{restoreSessionId}/Organization resource has the following representation:

    {

     "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50",

     "name": "organization.onmicrosoft.com (7/3/2017 3:00:25 PM)",

     "_links": {

       "self": {

         "href": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization"

       },

       "mailboxes": {

         "href": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/mailboxes"

       }

     },

     "_actions": {

       "exporttoPst": {

         "uri": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action",

         "method": "POST"

       },

       "search": {

         "uri": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action",

         "method": "POST"

       }

     }

    }

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.