Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
What are Audits?
Audits are configured for Omneo events such as Tier achievements. Contact your Omneo Administrator to configure audit events within Omneo.| Attribute | Description |
|---|---|
id INTEGER | A unique Omneo id of the audit |
user_id INTEGER | The user id of the created audit. null if it is a system generated audit record |
event STRING | The audited event ‘updated’, ‘created’, ‘deleted’ |
auditable_type STRING | The type of the audit event. For example, this would be Tier if the audited event was a tier achievement |
auditable_id INTEGER | The id of the audited event. For example, if a tier was achieved, this would be the id of the tier instance |
old_values OBJECT | The original values of the record before to the audited change |
new_values OBJECT | The new values of the record after the audited change |
url STRING | The URL associated with the audit event |
ip_address STRING | The IP address associated with the audit event |
profile_id STRING | The profile_id associated with the audited event |
token_name STRING | The name of the Tokens used in the audited event |
user_agent STRING | The user associated with the audit event |
created_at DATE-TIME | The ISO date-time of when the audit record was created |
updated_at DATE-TIME | The ISO date-time of when the audit record was last updated |