Show Trip Stats Summary
Request URL
GET https://triplogmileage.com/web/api/summary
Query parameters
- startDate – Format ‘yyyy-mm-dd’, e.g. ‘2015-01-31’ means midnight Jan 31, 2015 at your local timezone. Inclusive.
- endDate – Format ‘yyyy-mm-dd’, e.g. ‘2015-12-31’. Inclusive.
- userEmail – Email address of a particular user to search for.
Sample response
{ "message": "OK", "trips": 11002, "mileage": 230709, }