Consumption
Time series data for a specific site
Retrieves time series energy data for a specific site
GET
Authorizations
JWT token obtained from /v1/requestToken endpoint
Path Parameters
Site identifier
Query Parameters
Data aggregation granularity
Available options:
hour
, day
, month
, year
Start date and time (ISO 8601)
Example:
"2024-01-01T00:00:00.000Z"
End date and time (ISO 8601)
Example:
"2024-12-31T23:59:59.999Z"
Unit of measurement
Available options:
kWh
, kW
Response
200
application/json
Time series data retrieved successfully
The response is of type any
.