Zugriff auf die Ressource Measurement
Es handeln sich dabei um die gemessenen Rohwerte. Es können maximal Werte der letzten 31 Tage bezogen werden.
Path parameters
UUID / Name / Pegelnummer der Station.
timeseries shortname
Query parameters
Zeitpunkt codiert im ISO_8601 Format. Angabe eines Datums oder einer Period (P, z.B. 'P8D' für die Messwerte der letzten 8 Tage) sind möglich.
Endzeitpunkt codiert im ISO_8601 Format. Kann auch leer gelassen werden, dann wird automatisch der aktuelle Zeitstempel verwendet.
Response
OK
Example response
[
{
"timestamp": "2022-02-06T10:15:00+01:00",
"value": 333
}
]Changes
Changed in 4 of the 8 revisions of this API.15
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
api operation id
getMeasurementByStationwas addedapi-operation-id-added
- ○
api tag
measurementaddedapi-tag-added
- ○
api tag
Measurementremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲