GET api/askopoc/consumption/energy/equivalents?energyKwH={energyKwH}&period={period}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
energyKwH

decimal number

Required

period

AskoTsResolution

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AskoEnergyEquivalent
NameDescriptionTypeAdditional information
DeviceType

AskoConsumerDeviceType

None.

IconName

string

None.

Label

string

None.

Count

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeviceType": "ElectricalVehicle",
    "IconName": "sample string 1",
    "Label": "sample string 2",
    "Count": 3
  },
  {
    "DeviceType": "ElectricalVehicle",
    "IconName": "sample string 1",
    "Label": "sample string 2",
    "Count": 3
  }
]

text/html

Sample:
[{"DeviceType":"ElectricalVehicle","IconName":"sample string 1","Label":"sample string 2","Count":3},{"DeviceType":"ElectricalVehicle","IconName":"sample string 1","Label":"sample string 2","Count":3}]