SessionDTO
DTO containing session information.
Fields
Type
Name
Description
Optional
Default Value
shortCut
The shortCut of the logged in user.
false
sessionToken
The session token.
false
locale
The locale.
false
systemInfo
The system Info
false
layerSpecificPrefix
The layer specific Prefix
false
custLayer
The custLayer.
false
configGroup
The config group.
false
customizingAllowed
Is customizing allowed.
false
employeePk
The primary key of the logged in employee.
false
Example
{
"shortCut" : "TECH_USER",
"sessionToken" : "<SessionToken>",
"locale" : "de_DE",
"custLayer" : "C2",
"layerSpecificPrefix" : "C99",
"systemInfo" : {
"clientType" : "WEBCLIENT",
"productName" : "CURSOR-CRM",
"productVersion" : "INHOUSE",
"productRelease" : "23.2.0",
"minimalAppRelease" : "23.2",
"mobileOS" : "UNKNOWN"
},
"configGroup" : "",
"customizingAllowed" : true,
"employeePk" : "TECH_USER_PK"
}