startSession

Explanation of the event

The startSession event occurs whenever a new session is started.

startSession A new session was started

Request

Property Type Explanation
event.eventBlocking boolean Is the event blocking?
event.eventCounter int The event counter is used to make sure you don’t process the same event twice. Be aware that the counter may occasionally reset.
event.eventTimestamp datetime The time the event originally occurred,
based on the system’s clock.
sender.branchNumber int The branch the event was sent from.
sender.workplaceNumber int The workplace within the branch the event was sent from.
session.sessionId uuid The new session’s UUID.