SessionEvent Definition
| Attribute | Type | Required | Description |
|---|---|---|---|
| id | int | JSON block ID | |
| sessionId | int | Yes | The ID of the Session that the SessionEvent belongs to. Must be greater than zero. |
| eventType | string | Yes | The type of event this is. Must be 50 or fewer characters in length. |
| additionalData | string | No | Information associated with the event. |
| loggedAtUtc | DateTime | Yes | The DateTime the event occurred at. |