Open this page in the API Guide

SessionController.GetCurrentSession Method

Gets current session.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("Current")]
[ProducesResponseTypeAttribute(440)]
public ActionResult<SessionData> GetCurrentSession()

Return Value

Type: ActionResult<SessionData>
The operation completed successfully. The payload contains a SessionData object.
See Also