Audit Record
The Audit object serves as a comprehensive record of a singular event that took place within the platform.
id
string
Unique identifier for the audit record. Note that no nesting exists for this identifier.
Example: AUD-1671-0642-1234-1234
event
string
The event code. Format: {platform/extension}.{module/extension name}.{object}.{action}
Example: platform.commerce.order.created
summary
string
A summary of the audit record.
Example: Order created
details
string
The audit details template. Any document property may be used as a placeholder.
Example: The order {{order.id}} has been successfully created by {{actor.name}} and is now in the platform.
actor
Audit Record Actor
Information about the actor who has triggered an event.
Example:
object
Audit Record Object
The API object for which an event has been triggered.
Example:
timestamp
DateTime
The timestamp of the event.
Example: 2024-07-25T09:09:30.087Z
type
AuditRecordType Enum
The visibility of the audit record, which can be public or private.
Example: Public
request
Request
The request for technical data.
Example:
documents
JsonObject
JsonElement containing a collection of linked EventRecordObjects.
Example:
viewers
Viewer []
A list of accounts that have access to the audit records.
Example:
Example
Last updated
Was this helpful?