v1

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

Create new auditEvents

Create new auditEvents.

post/auditEvents

Request body

detailsobject

A JSON object with additional event details.

loggedAtstring

The timestamp when the event was logged.

isErrorboolean

True if this auditEvent represents an error.

resourceNamestring required

The name of the resource associated with this event.

resourceTypestring required

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

Response

Created.

status'OK'

Status.

jobIdinteger

Optionally a jobId is returned with the response when the bulk upsert request is enqueued as a job for the workers to process it asynchronously. The returned jobId can be used to check the status of the bulk upsert request.