MachineLearningControllerGetPluginJSHandler Method

GET /MachineLearning/PluginJSHandler/ 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 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("PluginJSHandler")]
public IActionResult GetPluginJSHandler(
	Guid pluginId,
	Guid? sessionId = null
)

Parameters

pluginId
Type: SystemGuid
The machine learning plugin ID.
sessionId (Optional)
Type: SystemNullableGuid
The session ID.

Return Value

Type: IActionResult
A dictionary of the name of Dibby plugin and corresponding handler javascript.
See Also