Get Office 365 apps
Select
SaaS
Customer Managed
Get list of Office 365 apps
Query Parameters
- pageNumber int32
- pageSize int32
- sort string
- searchKey string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- clients object[]
{
"clients": [
{
"id": 0,
"name": "string",
"itemsBackedUp": 0,
"associatedEntities": 0,
"backupSize": 0,
"backupHealthPercentage": 0,
"serverPlan": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"name": "string"
},
"type": "EXCHANGE"
}
]
}
Loading...