Appearance
GET/api/v1/platform/overview
Parameters 1
| Name | Type | Description |
|---|---|---|
recentAuditLimit | query · integer |
ReturnsResponsePlatformOverviewView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"tenantCounts": {
"active": 0,
"suspended": 0
},
"moduleAdoption": [
{
"moduleKey": "string",
"tenantCount": 0
}
],
"recentAudit": [
{
"id": 0,
"action": "string",
"actorUserId": 0,
"actorEmail": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}