In the previous post we displayed all the activities a user has performed. Now let’s load the details of a given activity via the Activity API (eBike System 2) and display them. To do so we need to

Note that in contrast to the Activity Records API (Smart System) most attributes of activity details belong to the activity itself. Details of trip such as altitude and coordinates are stored in nested arrays.

web-app-activity-details.png


In the next post we will display activity statistics.