03-10-2022 18:47
03-10-2022 18:47
Hi, I tried this API https://dev.fitbit.com/build/reference/web-api/activity/get-all-activity-types/
but the list is not complete at all. At least 3 Basic Activities is not found ( Running, Biking, & Swimming )
How do I get the complete list of activity types that has speed?
08-23-2022 04:41
08-23-2022 04:41
I am also interested in knowing if there's a master list that provides all of the 'default' activity types and their ID values so we can map these to our own data types that should have their own analogous activity name that ideally matches.
09-21-2022 05:42
09-21-2022 05:42
I've had correspondence with Support / Dev Team, and they've said that that the payload here is a list of activities known to them:
https://dev.fitbit.com/build/reference/web-api/explore/#/Activity/getActivitiesTypes
And the ID's are like constants -> i.e. they are the same id's regardless of User ID.
So you might need to parse that JSON to get the full and complete list for your purposes, as there is some hierarchy to that data.