Reading a meter using locationId (parameter1) and locationType (parameter2 – default MeLo) at the time (parameter3).
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/getCounterBasicOracle?parameter1¶meter2¶meter3¶meter4&command=LESEN_ZAEHLER_BASIS' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Erfolgreiches Lesen des Zaehlers | Successful reading of the meter
{
"$ref": "https://raw.githubusercontent.com/conuti-gmbh/bo4e-schema/master/docs/examples/bo/Zaehler.json"
}
Modified at 2025-10-21 09:13:38