Skip to content

GET/api/v1/platform/overview

Parameters 1

NameTypeDescription
recentAuditLimitquery · integer

ReturnsResponsePlatformOverviewView

Response examples

200OK

*/* example derived from schema

{
  "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"
    }
  ]
}

Directwerk — whitelabel publication infrastructure