HierarchyEntityControllerGenerateRaggedHierarchy Method

POST /HierarchyEntity/RaggedHierarchy Generates a ragged hierarchy from the given options.

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("RaggedHierarchy")]
public IActionResult GenerateRaggedHierarchy(
	[FromBodyAttribute] GenerateHierarchyOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGenerateHierarchyOptions
The ragged hierarchy options for generating a hierarchy.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A RaggedHierarchyEntityData object, or a status code indicating the problem.
See Also