GET /Session/{id}/

Gets information about a session.
 

Request

Method Request URI
GET /API/Session/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Path Parameters

Path Parameter Description
id ID of the session which information will be retrieved for.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.SessionData object containing the requested information, or an error code indicating the reason for failure.