Open this page in the API Guide

DataCubeController.GetDataCubeInfos 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.Models.GetDataCubeInfosOptions
The options containing the Data Cube IDs to retrieve info for.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

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