Skip to main content
GET
Get one AuditTrailEntry
AuditTrailEntry is a read-only location activity log for audited record creations, updates, and deletions, including the field values recorded for updates.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the AuditTrailEntry-Read role.

Path Parameters

integer
required
The Id of the AuditTrailEntry record to retrieve.

Code Examples

Response

200

integer
ID of the location where the audited record belongs..
string
Internal type name of the audited record, such as Coworker, Booking, or Charge..
string
System-generated, human-readable summary of the audited action and the account that performed it..
string
Display name of the entity field changed by an update, or the audited entity name for a creation or deletion..
integer
Audited action: Create (1), Update (2), or Delete (3).. See eAuditType enum values: 1 = Create, 2 = Update, 3 = Delete.
string
Display-formatted value of the changed field before an update; blank for creation records..
string
Display-formatted value of the changed field after an update; blank for creation records..
string
Username recorded for the action, with the IP address in parentheses when available..
integer
Integer ID of the audited record; combine it with EntityShortName to identify the record type..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response