Open this page in the API Guide

MachineLearningController.GetPluginJSHandler Method

Retrieve the Javascript handlers of the active machine learning provider.

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("PluginJSHandler")]
[ProducesResponseTypeAttribute(404)]
[ProducesResponseTypeAttribute(503)]
public ActionResult GetPluginJSHandler(
	Guid pluginId,
	Guid? sessionId = null
)

Parameters

pluginId
Type: System.Guid
The machine learning plugin ID.
sessionId (Optional)
Type: System.Nullable<Guid>
The session ID.

Return Value

Type: ActionResult
The operation completed successfully. The payload contains a ContentResult object representing the dictionary of the name of Dibby plugin and corresponding handler javascript.
See Also