Get started

Use these methods to get trip information, including waypoint and event information.
Required level of authorization:

  • User authorization required

Introduction

Use these methods to get trip information, including a list of trips, trip summary, waypoints, and event information.

API Parameters and available options:

  • SortBy:

    • StartDateUtc - latest trip first
    • StartDateUtc_Desc - earlier trip first
  • UnitSystem:

    • Si (or 1) - for international system (km)
    • Imperial (or 2) - for imperial system (ml)

Best practice

There are two groups of methods that you have to use if our project

  1. Methods to get a list of trips
  2. Method to get trip details, including waypoints and events.