Action | URL format | Qualifiers | Example |
---|---|---|---|
Insert data w/instrument_id | GET | instrument_id, at, email, api_key, test | http://tzvolcano.chordsrt.com/measurements/url_create?instrument_id=1&lat=Latitude&lon=Longitude&height=Height&at=2015-08-20T19:50:28&email=[USER_EMAIL]&api_key=[API_KEY]&test |
Fetch a CSV file | .csv | start, end, last |
http://tzvolcano.chordsrt.com/instruments/1.csv?start=2015-08-01T00:30&end=2015-08-20T12:30
http://tzvolcano.chordsrt.com/instruments/1.csv?last |
Fetch a GeoJSON file | .geojson | start, end, last |
http://tzvolcano.chordsrt.com/instruments/1.geojson
http://tzvolcano.chordsrt.com/instruments/1.geojson?start=2015-08-01T00:30&end=2015-08-20T12:30 http://tzvolcano.chordsrt.com/instruments/1.geojson?last |
Optional Qualifiers |
Meaning |
---|---|
sensor_id= SENSOR_ID | A sensor id may be specified instead of the numerical instrument id, this value superceeds instrument id if both are given |
at= time | A time to assign to the measurement. If not present, the measurement will be time stamped with the time that it was received by the portal. |
api_key= API_KEY | An optional validation key. It is required if "Require the security key in order to submit a measurement" is checked in the configuration. The api key value is specified in the user configuration. |
email= USER_EMAIL | A user email is required when supplying an API Key to access secured data. |
test | If present, this measurement will be marked as a test value. Test values can be deleted from the database using the "Delete Test Button" on the instrument page. Do not use this option for production-ready instruments. |
start= time | A start time for the returned measurements. |
end= time | An end time for the returned measurements. |
last | Return all measurements for the most recent measurement time stamp. |