Open this page in the API Guide

DataRetrievalController.GetBatchDataRegionStatistics Method

Gets the data statistics for the specified data region.

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("GetBatchDataRegionStatistics")]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(500)]
public Task<ActionResult<StatisticsResultData>> GetBatchDataRegionStatistics(
	[FromBodyAttribute] BatchDataRegionStatisticsRequestData options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.BatchDataRegionStatisticsRequestData
The options for how to retrieve the statistics.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the session.

Return Value

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