SessionDTO

DTO containing session information.

Fields

Type
Name
Description
Optional
Default Value
String  
shortCut
The shortCut of the logged in user.
false
 
String  
sessionToken
The session token.
false
 
String  
locale
The locale.
false
 
systemInfo
The system Info
false
 
String  
layerSpecificPrefix
The layer specific Prefix
false
 
custLayer
The custLayer.
false
 
String  
configGroup
The config group.
false
 
Boolean  
customizingAllowed
Is customizing allowed.
false
 
String  
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"
}