5.5.27 EventAck

The EventAck tells the backend which events in the event log shall be acknowledged. It is sent with a POST call to /api/v1/eventack.

Data Model

Key Type Value
ackAll Boolean Selects if a single event shall be acknowledged (false) of if all pending events shall be acknowledged (true).
event EventInfo The event to be acknowledged. event is ignored if ackAll is true.