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 (9.0.0.1000)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("PluginJSHandler")]
public HttpResponseMessage GetPluginJSHandler(
	Guid pluginId,
	Nullable<Guid> sessionId = null
)

Parameters

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

Return Value

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