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
    }
}
array of object
audits
Optional

audits

object
pageInfo
Optional

pageInfo


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/audit-logs