On Garmin Connect Web, Notes you enter on an Activity are not exported when you select All Activities > Export CSV.
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Thanks in advance!
dgg
On Garmin Connect Web, Notes you enter on an Activity are not exported when you select All Activities > Export CSV.
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Thanks in advance!
dgg
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Yes, you can export a very detailed data report of all activities in JSON file format. It…
Yes, the data you posted is the beginning of the list of your activities, with all details, including comments. It is in JSON format. As I wrote, you can view and edit it with a number of tools, including…
That error is when you run it with the Web closed. You need to log-in and open Console there. But with latest change, proxy was replaced by header, so you would get next error anyway.
Now new headers are…
That error is when you run it with the Web closed. You need to log-in and open Console there. But with latest change, proxy was replaced by header, so you would get next error anyway.
Now new headers are required:
jQuery.ajax({ headers: {'DI-Backend':'connectapi.garmin.com', 'Authorization':'Bearer ' + JSON.parse(localStorage.token).access_token}, url: 'https://connect.garmin.com/activitylist-service/activities/search/activities?limit=20&start=0', success: (i) => {console.dir(i)} })