DataCubeControllerGetDataCubeInfos Method

POST /DataCube/DataCubeInfos/ 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 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("DataCubeInfos")]
public IActionResult 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: IActionResult
An array of DataCubeInfoData object, or a status code indicating the problem.
See Also