Can I get full history of tracker events (geofence exit, bracelet removal, etc.) via API?
Yes.
Options:
Unread events only: Get all unread events
All events for a tracker over a time period: Events for specific trackers and time period
All events for a user over a time period: All user events for a time period
You can filter by event type codes, for example:
events: ["inzone", "outzone"]
Call the event types list endpoint:
Event types list
Tips:
Set locale to any supported language you need.
locale
Set only_tracker_events=true to list only tracker-related events.
only_tracker_events=true
You usually fetch event types once during development, then hardcode the event codes you need.
If you want to build something like a live event feed, you can implement simple polling — query the API every few seconds.
Work with notifications
Last updated 6 days ago
Was this helpful?