Data Sets - Get Data Set Aggregated Value
Gets the value for the specified DataSet column using the given aggregation type.
POST /DataSets({Id})/Model.GetAggregatedValue
Request Body
| Name | Type | Description |
|---|---|---|
| Aggregation |
string |
The type of aggregation to use on the specified column. Values come from the KpiSharedDataItemAggregation enum. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Ok |
|
| 400 Bad Request |
Couldn't understand your request. |
|
| 404 Not Found |
Not Found. |
|
| Other Status Codes |
Error |