DataCubeControllerGetCustomConfigurationUI Method

Gets the custom configuration UI for the specified transform in the system.

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("CustomConfigurationUI/{id}")]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(504)]
public ActionResult<string> GetCustomConfigurationUI(
	Guid id,
	string contentType,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the transform to get the custom UI for.
contentType
Type: SystemString
The type of the content to get the UI for. For example: text/html.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: ActionResultString
The operation completed successfully. The payload contains a String object.
See Also