Open this page in the API Guide

DataConnectorController.DiscoverDataStructures Method

Discovers the data structures for a given data connector.

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("Discover/{id}")]
[ProducesResponseTypeAttribute(500)]
[ProducesResponseTypeAttribute(503)]
public ActionResult DiscoverDataStructures(
	Guid id,
	[FromBodyAttribute] SupportedDataStructures dataStructureTypes,
	Guid? sessionId = null
)

Parameters

id
Type: System.Guid
The ID of the data connector.
dataStructureTypes
Type: Dundas.BI.Data.Metadata.SupportedDataStructures
The data structure types. See SupportedDataStructures.
sessionId (Optional)
Type: System.Nullable<Guid>
The ID of the session.

Return Value

Type: ActionResult
See Also