Show an audit entry
/api/v1/audits/{audit_uuid}
operationId: audit.show
Base: https://portal.watcheye.com.au/api/v1/audits/{audit_uuid}
Returns a single audit entry by its UUID, including the full properties object for the
action.
The shape of the properties object varies by action. Treat it as an action-specific
bag of contextual data rather than a fixed schema; new keys may be added over time as
new features are added.
Path parameters
| Field | Description |
|---|---|
audit_uuidrequired |
string (uuid) The audit entry UUID |
Responses
Audit entry response
application/json
| Field | Description |
|---|---|
data |
object Same as Audit, plus the |
data. |
string (uuid) The audit entry's UUID |
data. |
string Machine-readable action key (see Audit.action) |
data. |
string Human-readable label for the action |
data. |
string or null Optional sub-type qualifying the action |
data. |
string Human-readable description recorded at the time the audit was created |
data. |
string or null Originating IP address ( |
data. |
object Who performed the action - see Audit.agent |
data. |
string |
data. |
string (uuid) or null |
data. |
string or null |
data. |
object or null The resource the action was performed on - see Audit.subject |
data. |
string |
data. |
string (uuid) or null |
data. |
object (dynamic) or null Action-specific properties recorded at the time of the action. The exact keys vary
by action - for example Treat this as an action-specific bag of contextual data rather than a fixed schema; new keys may be added over time as new features are added.
|
data. |
string (date-time) ISO 8601 timestamp at which the audited action occurred |
api_reference |
string (uuid) |