This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a way to export to CSV all/additional attributes?

When I export all cycling activities many attributes are missing, eg Anerobic TE, Exercise Load ...

  • Yes, there is a way. Access the following address (adjust the activityType and activitySubType accordingly, or remove them, if you do not wish to filter by them), and the copy the JSON code and conver it to CSV (or Excel) for example at http://convertcsv.com/json-to-csv.htm

    connect.garmin.com/modern/proxy/activitylist-service/activities/search/activities?activityType=cycling&activitySubType=mountain_biking

  • cool many Thx
    Do you know of a list with all the request parameters that can be used?

  • This is a hack, not an official function, hence there is no documentation. If you need more parameters, you need to analyze the network communication of Garmin Connect Web (for example in Chrome's DevTools), to see how it exactly works, just like I did to give you this example.