Show an event
/api/v1/events/{event_uuid}
operationId: event.show
Base: https://portal.watcheye.com.au/api/v1/events/{event_uuid}
Returns a single event by its UUID, including the full notes collection.
Path parameters
| Field | Description |
|---|---|
event_uuidrequired |
string (uuid) The event UUID |
Responses
Event response
application/json
| Field | Description |
|---|---|
data |
object Same as Event, plus the embedded |
data. |
string (uuid) The event's UUID |
data. |
string A short obfuscated public identifier for the event |
data. |
string Lifecycle status of the event |
data. |
string The operation type of the parent check |
data. |
string or null Short, human-readable summary of the parent check |
data. |
integer or null Index into the parent check's |
data. |
array of integers Provider-side result identifiers that triggered this event |
data. |
string (date-time) or null |
data. |
string (date-time) or null |
data. |
string (uuid) |
data. |
string (uuid) |
data. |
string (uuid) |
data. |
integer |
data. |
array of objects All notes attached to the event, oldest first. |
data. |
string (uuid) The note's UUID |
data. |
string The free-text content of the note (max 5000 characters) |
data. |
object or null Identifies who created the note. The
|
data. |
string Discriminator for the actor type. |
data. |
string (uuid) UUID of the user or API key that created the note. |
data. |
string Username of the portal user. Present only when |
data. |
string Label of the API key. Present only when |
data. |
boolean When true, the note is an immutable audit-trail entry (for example, a bulk-update record) and cannot be edited or deleted through any channel. |
data. |
string (date-time) ISO 8601 timestamp at which the note was created |
data. |
string (date-time) ISO 8601 timestamp at which the note was last updated |
data. |
string (date-time) |
api_reference |
string (uuid) |