/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
loginType
The login type (WEBSERVICE|MOBILE).
false
QUERY
deviceName
The device name the session was requested from.
true
QUERY
sessionTokenOnly
If set to true the response contains the session token only which is sent as plain/text for easier result parsing.
true
false