Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Bhinav Sura edited this page Mar 23, 2016 · 3 revisions

Audit

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.

Audit Entity Example:

{
  "id": 47288762,
  "createdDate": 1447017621561,
  "message": "Updated dashboard",
  "entityId": 298121
}
Clone this wiki locally