Appearance
GET/api/v1/platform/audit
Parameters 6
| Name | Type | Description |
|---|---|---|
page | query · integer | |
size | query · integer | |
tenantId | query · integer |
ReturnsResponseListPlatformAuditView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": [
{
"id": 0,
"action": "string",
"actorUserId": 0,
"actorEmail": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}