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
)<HttpPostAttribute>
<ActionNameAttribute("ListStructures")>
Public Function ListStructures (
<FromBodyAttribute> listStructuresOptions As ListStructuresOptions,
Optional sessionId As Guid? = Nothing
) As IActionResultpublic:
[HttpPostAttribute]
[ActionNameAttribute(L"ListStructures")]
IActionResult^ ListStructures(
[FromBodyAttribute] ListStructuresOptions^ listStructuresOptions,
Nullable<Guid> sessionId = nullptr
)
[<HttpPostAttribute>]
[<ActionNameAttribute("ListStructures")>]
member ListStructures :
[<FromBodyAttribute>] listStructuresOptions : ListStructuresOptions *
?sessionId : Nullable<Guid>
(* Defaults:
let _sessionId = defaultArg sessionId null
*)
-> IActionResult
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