Peer Comparison
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerBuildingIdstringRequiredPattern:
^[a-zA-Z0-9:._-]{1,100}$Query parameters
fromstringRequiredExample:
The starting date of the time window for selecting event data.
Remark: The building's local time zone is taken into account.
2024-01-01Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}tostringRequiredExample:
The final date of the time window for selecting event data.
Remark: the time window can be up to 1 year.
2024-01-31Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}categorystring · enumRequiredExample:
The profile comparison category that is to be used for the comparison.
ELCOMPossible values: Responses
200
OK
application/json
daystringOptional
get/buildings/{customerBuildingId}/energy-statistics/comparison/daily/v1
GET /buildings/{customerBuildingId}/energy-statistics/comparison/daily/v1?eventTypes=ENERGY_GENERATION_YESTERDAY&from=text&to=text&category=GRID_POWER_CONSUMPTION_CLUSTER HTTP/1.1
Host: api.moost.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
[
{
"day": "text",
"energyGeneration": {
"value": 1,
"rank": 1,
"size": 1,
"min": 1,
"max": 1,
"p25": 1,
"median": 1,
"p75": 1
},
"energyConsumption": {
"value": 1,
"rank": 1,
"size": 1,
"min": 1,
"max": 1,
"p25": 1,
"median": 1,
"p75": 1
},
"gridEnergyConsumption": {
"value": 1,
"rank": 1,
"size": 1,
"min": 1,
"max": 1,
"p25": 1,
"median": 1,
"p75": 1
}
}
]Dashboard Usage
Last updated

