Returns the total km run within a period of time

This endpoint returns the total km run within a period of time for a given tracker.

The endpoint uses the odometer readings from the tracker. The system uses the date range to get the
most recent odometer's read on the start_date and the last read on the end_date. With these two values, it computes the difference and it returns it.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!