Open this page in the API Guide

CubePerspectiveController.GenerateCubePerspective Method

Generates a new cube perspective.

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]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(500)]
[ProducesResponseTypeAttribute(503)]
public ActionResult<CubePerspectiveData> GenerateCubePerspective(
	[FromBodyAttribute] GenerateCubePerspectiveOptions cubeOptions,
	Guid? sessionId = null
)

Parameters

cubeOptions
Type: Dundas.BI.WebApi.Models.GenerateCubePerspectiveOptions
The cube perspective options for creating the cube perspective.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult<CubePerspectiveData>
The operation completed successfully. The payload contains a CubePerspectiveData object.
See Also