GET api/askopoc/consumption/net/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
AskoEnergyValueName | 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-05-19T21:01:59.3719445+00:00", "Unit": "OpenOrClosed" }
text/html
Sample:
{"Value":1.1,"Time":"2025-05-19T21:01:59.3719445+00:00","Unit":"OpenOrClosed"}