Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Lauren Padia edited this page Mar 22, 2017 · 3 revisions

User Guide | Data Model


An audit object encapsulates change information for data model objects.

Field Name Type Description
id bigint ID of the audit object
createdDate long Timestamp at which the alert was created
message string Message associated with the audit object
entityId bigint ID of the data object with which the audit entry is associated
Example: Audit Entity
{
  "id": 47288762,
  "createdDate": 1447017621561,
  "message": "Updated dashboard",
  "entityId": 298121
}
Clone this wiki locally