get https://api.astaraconnect.com/v1/telemetrics//trips-stats
This endpoint returns statistics on the tracker's trips from its creation up until the last received heartbeat.
- kms: Total kilometers.
- time: Total time moving within those trips. This variable is measured in seconds.
The heartbeat of the tracker represents the last time the tracker has sent a valid GPS position to the system.
You can filter the statistics for a range of dates using the following query parameters:
- start_date: From this given date in this format YYYY-MM-DD.
- end_date: To this given date in this format YYYY-MM-DD. If this value is not given, the system will use the last heartbeat of the tracker to filter the data.