get /audit/events/{id}
Get data about a specific audit event.
This endpoint returns data about the audit event specified by the id
parameter.
Stability index
EXPERIMENTAL.
This API is under development. Do not rely on it. It may change or be removed in future versions.
This API is under development. Do not rely on it. It may change or be removed in future versions.
Path parameters
- id (required)
- The ID of the audit event.
Return type
Example data
Content-Type: application/json
{
"data" : {
"targetName" : "targetName",
"targetId" : "00000000-0000-0000-0000-000000000000",
"data" : "{}",
"dataType" : "dataType",
"ipAddress" : "ipAddress",
"description" : "description",
"source" : "source",
"userName" : "userName",
"userId" : "00000000-0000-0000-0000-000000000000",
"target" : "target",
"appId" : "00000000-0000-0000-0000-000000000000",
"eventTime" : "2000-01-23T04:56:07.000+00:00",
"action" : "action",
"id" : "00000000-0000-0000-0000-000000000000"
}
}
Responses
- 200
- Success. The audit event data are returned.
- 400
- The id parameter is malformed.
- 404
- A audit event with the specified ID does not exist.