Retrieve latest sensor readings for multiple trackers
Call batch_list with a list of tracker IDs to retrieve latest sensor readings. Get all trackers first, then filter for those with data
Question
Is it possible to get a list of tracker IDs that have sensor data?
Answer
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_listfor that list.Filter out trackers with no readings.
Links
Last updated
Was this helpful?