GET api/askopoc/consumption/total/energy/sum?from={from}&to={to}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

string

Required

to

string

Required

Body Parameters

None.

Response Information

Resource Description

AskoEnergyValue
NameDescriptionTypeAdditional information
Value

decimal number

None.

Time

date

None.

Unit

AskoTsUnit

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": 1.1,
  "Time": "2025-05-19T20:38:22.2089018+00:00",
  "Unit": "OpenOrClosed"
}

text/html

Sample:
{"Value":1.1,"Time":"2025-05-19T20:38:22.2089018+00:00","Unit":"OpenOrClosed"}