POST api/{version}/Portal/GetDataAggregation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PortalModelName | Description | Type | Additional information |
---|---|---|---|
TotalPlant | integer |
None. |
|
TotalInverter | integer |
None. |
|
TotalPowerGeneration | decimal number |
None. |
|
Co2 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPlant": 1, "totalInverter": 2, "totalPowerGeneration": 3.1, "co2": 4.1 }