Open this page in the API Guide

DataInputController.GetDataInputTransforms Method

Gets the data input transforms for a given metric set or data cube.

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("Transforms")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<IList<TransformInfoData>> GetDataInputTransforms(
	Guid fileId,
	Guid? sessionId = null
)

Parameters

fileId
Type: System.Guid
The ID of the metric set or data cube to get the data input transforms for.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult<IList<TransformInfoData>>
The operation completed successfully. The payload contains an array of TransformInfoData objects.
See Also