Hi,
To read historical data from a specific sensor of a kit using the APIs you issue:
https://api.smartcitizen.me/v0/devices/kit_id/readings?sensor_id=112&rollup=6h …
Where kit_id is the id of your kit, or you could put a query filtering this value.
Is there a way to read the historical data but from all sensors of one kit, instead of one at a time?
For example, parameterizing the sensor_id in the URL?
I tried with the search feature, but as the endpoint is /devices, I can do
?q[kit_id_eq]=kit_id, and this bring the current information from all the devices with this kit_id, but I couldn’t do the same for sensor_id.
Any ideas?
Thank you!!