DataCubeControllerGetDataCubeInfos Method

Gets the collection of DataCubeInfoData for the specified IDs.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("DataCubeInfos")]
[ProducesResponseTypeAttribute(440)]
public ActionResult<IList<DataCubeInfoData>> GetDataCubeInfos(
	[FromBodyAttribute] GetDataCubeInfosOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetDataCubeInfosOptions
The options containing the Data Cube IDs to retrieve info for.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: ActionResultIListDataCubeInfoData
The operation completed successfully. The payload contains an array of DataCubeInfoData objects.
See Also