SessionService.getSessionById Method
Gets the specified session.
Parameters
- targetSessionId
-
Type: String
The ID of the session to be retrieved.
- includeSecureAttributes
-
(optional) A flag indicating whether or not to include secure custom attribute values. Flag is ignored if caller isn't an administrator.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.session.Session
A promise object that is resolved when the call is complete.
If successful, the dundas.session.Session is returned.