/rest/api/session

Provides services for session handling (login/logout).

DELETE v1/session

Terminates the session of the currently logged in user.

GET v1/session

Returns a SessionDTO containing session information of the currently logged in user.

Response
application/json; charset=UTF-8

SessionDTO - DTO containing session information.

Request
application/json; charset=UTF-8

Parameter Type
Type
Name
Description
Optional
Default Value
QUERY
String  
loginType
The login type (WEBSERVICE|MOBILE).
false
 
QUERY
String  
deviceName
The device name the session was requested from.
true
 
QUERY
Boolean  
sessionTokenOnly
If set to true the response contains the session token only which is sent as plain/text for easier result parsing.
true
false