get https://api.astaraconnect.com/v1/groups//trackers
Returns a list of trackers related to the group.
You can filter trackers by the following statuses:
- connected,
- disconnected,
- error_access,
- error_not_available,
- error_revoked,
- pending,
- pending_for_data,
- pending_validation,
- wrong_tracker_id
You can order the trackers using the following groups:
- heartbeat,
- start_date,
- end_date,
- tracker_id
The endpoint also supports the next
and previous
attributes to go to the next and previous pages if they exist.
You can also query only those trackers that are active. Or you can use the all
parameter to get all the trackers, which means all the trackers in any possible state.