Telemetrics
The telemetrics endpoints is a set of endpoints that allow you to get insights about the trackers that you have registered.
The Astara's Connect API works in real-time, so all these endpoints provide the latest information that's available as soon as it happens.
Trips
With the trackers, the Astara Connect platform compute trips for them. A trip is computed when two consecutive points are separated for more than 5 minutes of time. If this condition is met, the previous points are used to create a trip and compute its statistics.
The system computes trips as they happpen, and also it gives you access to the real-time trip that's being created by the tracker (see api section for more details).
Astara Connect provides the following information for the trips:
- Current trip for a given tracker.
- All trips for a given tracker.
- List of dates when a tracker has a trip.
- Number of trips by vehicle type, make or model (you can fiter them by a range of dates).
- List of trackers in a group (previously known as organization).
- Average, max and min kms of trips by vehicle type, make or model (you can fiter them by a range of dates, and for a given group -previously known as organization-).
- List of trips per vehicle for a given group (previously known as an organization).
- Total kms by vehicle type, make (you can fiter them by a range of dates, and for a given group -previously known as organization-).
- Top locations (heatmap of the most visited areas by the trackers).
- Top running vehicles (connected via trackers) by make, model or vehicle type (you can fiter them by a range of dates, and for a given group -previously known as organization-).