(GET) /BackupRepositories/{repositoryId}/OrganizationData/{organizationId}
Returns a resource representation of the backed up data of an organization having a specified ID which is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Request
To get a resource representation of the backed up data of an organization having a specified ID which is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID, send the GET HTTPS request to the URL of the /BackupRepositories/{repositoryId}/OrganizationData/{organizationId} resource:
HTTPS Request
GET https://<Backup-Office365>:4443/v3/BackupRepositories/{repositoryId}/OrganizationData/{organizationId} |
Request Headers
The request header must contain the authorization token for the current logon session.
Request Body
None.
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTPS headers.
Header | Description |
Content-length | The length of the response body. |
Content-type | The media type and syntax of the request body message: application/json; charset=utf-8 |
Response Body
In the response body, the server returns a representation of the /BackupRepositories/{repositoryId}/OrganizationData/{organizationId} resource.
Example
The example below returns an entity representation of the backed up data of an organization having a specified ID on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Request: GET https://support.east.local:4443/v3/BackupRepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41/OrganizationData/organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK
Response Body: { "displayName": "organization.onmicrosoft.com", "organizationId": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000", "_links": { "self": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41/organizationdata/veeambackupdiv3.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000" }, "backupRepository": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41" } } } |