Retrieve metered consumption and production values for metering points.
List Consumption Values
Returns metered consumption values for the specified metering point over the given date range.
Supports optional aggregation of results via the agg parameter.
Note: This endpoint is rate-limited per tenant.
query Parameters
meteringpointThe metering point ID.
firstDayThe start of the date range (inclusive), in ISO 8601 format.
lastDayThe end of the date range (inclusive), in ISO 8601 format.
customerThe customer ID.
aggThe aggregation level for the results. Accepted values: h (hourly, default), d (daily), m (monthly), y (yearly).
List Consumption Values βΊ Responses
Success
List Production Values
Returns metered production values for the specified metering point over the given date range.
Supports optional aggregation of results via the agg parameter.
Note: This endpoint is rate-limited per tenant.
query Parameters
meteringpointThe metering point ID.
firstDayThe start of the date range (inclusive), in ISO 8601 format.
lastDayThe end of the date range (inclusive), in ISO 8601 format.
customerThe customer ID.
aggThe aggregation level for the results. Accepted values: h (hourly, default), d (daily), m (monthly), y (yearly).
List Production Values βΊ Responses
Success

