AuditResponse

AuditResponse
AuditResponse

Audit response object.

JSON Example
{
    "Count": 0,
    "Result": [
        {
            "User": "DXA",
            "ActionType": "NOTIFY",
            "SerialNumber": 0,
            "Text": "Server: INCHARGE-SA",
            "Timestamp": 1660934341000,
            "DeDupKey": "string",
            "Customer": "string",
            "AuditId": "string"
        }
    ]
}
integer
Count
Optional

Total number of audit-trail records present

array of AuditTrail
Result
Optional

An array of audit trail objects.

Returned By