v59

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-06261120479.1 KB
Incidents

Get Incident Activity Log

Retrieve incident activity log, newest first.

get/v1/incidents/{incident-id}/activity

Path parameters

incident-idinteger required

Response

Successful retrieval of activity log.

idinteger

Unique activity entry identifier.

incidentIdinteger

ID of incident the entry belongs to.

timestampstring date-time

Time the activity was recorded.

userIdinteger

ID of user who performed the action, or 0 if performed by the server itself.

userNamestring

Login name of user who performed the action. Actions performed by the server itself (for example, incident creation by an event processing rule) carry user ID 0 and resolve to the built-in "system" account.

activityTypeinteger

Activity type: 0 created, 1 state change, 2 assigned, 3 alarm linked, 4 alarm unlinked, 5 comment added, 6 updated.

oldValuestring nullable

Value before the change, if applicable.

newValuestring nullable

Value after the change, if applicable.

detailsstring nullable

Additional details, if any.