Open this page in the API Guide

LogOnController.ExecuteSessionToken Method

Exchanges the specified session token for the associated session ID.

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("ExecuteSessionToken/{id}")]
[ProducesResponseTypeAttribute(410)]
public ActionResult<Guid?> ExecuteSessionToken(
	Guid id
)

Parameters

id
Type: System.Guid
The session token.

Return Value

Type: ActionResult<Nullable<Guid>>
The operation completed successfully. The payload contains a Guid representing the session ID corresponding to the session token.
See Also