GET api/askopoc/production/sun/energy/sum?from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from | string |
Required |
|
| to | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AskoEnergyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | decimal number |
None. |
|
| Time | date |
None. |
|
| Unit | AskoTsUnit |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": 1.1,
"Time": "2025-12-22T19:41:41.478318+00:00",
"Unit": "OpenOrClosed"
}
text/html
Sample:
{"Value":1.1,"Time":"2025-12-22T19:41:41.478318+00:00","Unit":"OpenOrClosed"}