AuditTrail
AuditTrail
Audit object defines, what all audit trail contains.
JSON Example
{
"User": "DXA",
"ActionType": "NOTIFY",
"SerialNumber": 0,
"Text": "Server: INCHARGE-SA",
"Timestamp": 1660934341000
}
string
User
Optional
The name of the user who had initiated the action
string
ActionType
Optional
The type of action performed (ACKNOWLEDGE | UNACKNOWLEDGE | RELEASE_OWNERSHIP | TAKE_OWNERSHIP | NOTIFY)
integer
SerialNumber
Optional
serial number assigned to action request.
string
Text
Optional
This field describes the performed action.
number
Timestamp
Optional
The timestamp of when action was performed.