-
Notifications
You must be signed in to change notification settings - Fork 12
Example Requests
Jan Speckamp edited this page Jul 1, 2020
·
3 revisions
- Feature of Interest e.g. Passauna
- Observed Property: e.g. Black Carbon
- Timestamp: Start and Endtime as ISO8601-Timestamp (yyyy-mm-ddThh:mm:ss+hh:mm)
/Observations?$filter=FeatureOfInterest/id eq 'Passauna' and Datastream/ObservedProperty/id eq 'Black Carbon' and phenomenonTime gt 2020-05-01T02:00:00.000Z and phenomenonTime lt 2020-05-01T07:00:00.000Z
/Datastreams?$expand=Observations($orderby=result asc;$top=1)
- Datastream e.g. testDatastream
/Datastreams(testDatastream)/Observations?$orderby=result asc&$top=1