v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
auditEvents

Get auditEvent

Retrieve the specified auditEvent by its id. You may also optionally specify a list of fields to include in the response.

get/auditEvents/{key}

Path parameters

keystring required

The id of the auditEvent to retrieve.

Query parameters

fieldsstring[]

Comma-delimited list of field names to include in the response.

Response

Success, returns the specified auditEvent.

detailsobject

A JSON object with additional event details.

idstring

The auditEvent id.

loggedAtstring

The timestamp when the event was logged.

isErrorboolean

True if this audit event represents an error.

resourceNamestring

The name of the resource associated with this event.

resourceTypestring

The type of the resource associated with this event, e.g. "Collector", "Subject", etc.

createdBystring

Id of the User/Collector who created this auditEvent.

createdAtstring

Timestamp when the record was saved to Refocus. Due to latency and queuing, this value is expected to be greater than the loggedAt timestamp.