DataCubeControllerGetDataCubeAndParents Method

GET /DataCube/DataCubeAndParents/{id} Retrieves a data cube and it's parent cubes.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("DataCubeAndParents")]
public IActionResult GetDataCubeAndParents(
	Guid id,
	Guid? tenantId = null,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the data cube to retrieve along with parent reference data cubes.
tenantId (Optional)
Type: SystemNullableGuid
The tenant ID. Use null when requesting information for no tenants.
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