get https://example.com/sensors//observations
Get all the information about a sensor, including its current state and the most recent observations it took.
Log in to see full request history
Response
Get all the information about a sensor, including its current state and the most recent observations it took.
xxxxxxxxxx
curl --request GET \
--url https://example.com/sensors/sensor_id/observations \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: