Get measurements for a metering point
GET/api/v1/meas/:mpid/dates/:dateFrom/:dateTo
Returns measurements for requested meteringPointId for the date period.
The response measurement unit is the following:
- for electricity meters: kWh
- for gas meters: m3
- for heating meters: gJ
- for water meters: m3
- for epex prices: cents per kWh (electra) and cents per m3 (gas)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error