Open this page in the API Guide

SessionController.GetDataDiscoveryToken Method

Gets a data discovery trusted access token for the current user 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("DataDiscoveryToken")]
[ProducesResponseTypeAttribute(440)]
public ActionResult<string> GetDataDiscoveryToken()

Return Value

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