| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiSessionID |
The ApiSessionID is only used internally. |
integer |
None. |
| IP |
The IP references IP address from where the user started the session. |
string |
None. |
| UserID |
The UserID references to the Main (often parent) account. |
globally unique identifier |
None. |
| SessionKey |
The Sessionkey is generated upon creation of a new session. X-SessionKey: 11111111-2222-3333-4444-555555555555 If this value contains an empty GUID (00000000-0000-0000-0000-000000000000), the requested sessionn could not be created. |
globally unique identifier |
None. |
| IsActive |
A boolean value indicating if this session is currently active. |
boolean |
None. |
| CreateDate |
The creation date/time for this session |
date |
Data type: DateTime |
| AccessDate |
The last access date/time for this session |
date |
Data type: DateTime |
| AccessCount |
The number of accesses for this session |
integer |
None. |
| EndDate |
The date/time on which this session has ended. |
date |
Data type: DateTime |