Is it possible to get a list of tracker IDs that have sensor data?
You can retrieve latest readings using:
tracker/sensor/readings/batch_list
Note: this method works with a list of tracker IDs that you provide — it doesn’t automatically return “all trackers that have sensor data”.
To build a list of trackers that have readings:
Get the list of all trackers in the account.
Call batch_list for that list.
batch_list
Filter out trackers with no readings.
Sensor data guide
Last updated 6 days ago
Was this helpful?