id |
int |
For Updates |
JSON block ID |
machineId |
int? |
No |
The ID of the Machine that the Session occurred at. Will be null for sessions originating from non-machine locations. If specified, must be greater than zero. |
organizationId |
int |
Yes |
Organization ID that the Session belongs to. Must be greater than zero. |
startedAtUtc |
DateTime |
Yes |
The timestamp of when the session was started. |
login |
string |
Yes |
The login of the person who started the session. Must be 500 or fewer characters in length. |
reason |
string |
Yes |
The user specified reason the session was started. Must be 300 or fewer characters in length. |
loginWasSuccessfull |
bool |
Yes |
Indicates whether the users login was valid. |
endedAtUtc |
DateTime? |
No |
The timestamp of when the session ended. |
wasAbandoned |
bool? |
No |
Indicates whether the session was abandoned. |
source |
string |
Yes |
The origin of the session. Expected values from VendNovation systems are currently "Service Mode" and "Web". Must be 50 or fewer characters in length. |