Consumption
Time series data for all sites
Retrieves time series energy data across all sites
GET
Authorizations
JWT token obtained from /v1/requestToken endpoint
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"
Time period to look back (e.g. 1d, 1w, 1m, 1y for day, week, month, year)
Example:
"1y"
Response
200
application/json
Time series data retrieved successfully
The response is of type any[]
.