(GET) /BackupRepositories/{repositoryId}/BackedUpOrganizations
Represents a collection of organizations whose data is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Request
To get a list of organizations whose data is stored on the Veeam Backup for Microsoft Office 365 repositories, send GET HTTPS request to the URL of the /BackupRepositories/{repositoryId}/BackedUpOrganizations resource.
HTTPS Request
GET https://<Backup-Office365>:4443/v3/BackupRepositories/{repositoryId}/BackedUpOrganizations |
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}/BackedUpOrganizations collection resource.
Example
The following request returns an entity representation of all organizations whose data is stored on the Veeam Backup for Microsoft Office 365 repositories.
Request: GET https://support.east.local:4443/v3/BackupRepositories/5a905bb5-9071-433c-9d2f-f805d4da2cf4/BackedUpOrganizations
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK
Response Body: [ { "name": "ABC Support", "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4", "usedSpaceBytes": "12566568", }, ...] |