This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Audit
Bhinav Sura edited this page Mar 23, 2016
·
3 revisions
The Audit object encapsulates change information for data model objects.
Name | Type | Description |
---|---|---|
id | bigint | The unique ID of the audit object. |
createdDate | long | The epoch timestamp at which the alert was created. |
message | string | The informational message assocuated with the audit object. |
entityId | bigint | The unique ID of the data object with which the audit entry is associated. |
{
"id": 47288762,
"createdDate": 1447017621561,
"message": "Updated dashboard",
"entityId": 298121
}