DataConnectorControllerListStructures Method

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("ListStructures")]
public IActionResult ListStructures(
	[FromBodyAttribute] ListStructuresOptions listStructuresOptions,
	Guid? sessionId = null
)

Parameters

listStructuresOptions
Type: Dundas.BI.WebApi.ModelsListStructuresOptions
The list structures options.
sessionId (Optional)
Type: SystemNullableGuid
The session identifier.

Return Value

Type: IActionResult
A collection of string names of the structures, otherwise the error code and the error details.
See Also