Get Audit Logs

Get Audit Logs
Request
URI
GET
https://{api_host}//api/audit-logs
COPY

Responses
200
Returns consoleListAuditLogsResponse of type(s) */*
{
    "audits": [
        {
            "entityType": "string",
            "userId": "string",
            "auditInformation": "string",
            "auditType": "string",
            "deviceId": "string",
            "createdTime": "string",
            "entityId": "string",
            "id": "string"
        }
    ],
    "pageInfo": {
        "totalPages": "string",
        "totalElements": "string",
        "page": 0,
        "pageSize": 0
    }
}
audits
Optional

audits

pageInfo
Optional

pageInfo


404

Not Found

Operation doesn't return any data structure