08-30-2022 08:53
08-30-2022 08:53
I'm wondering if there's a master list of i) all the kinds of activities that are possible, and ii) if they have fixed ID values, so I can map them to pre-defined activity types that are in our application.
I thought the Swagger documentation might be useful ( https://dev.fitbit.com/build/reference/web-api/explore/#/Activity/getActivitiesTypes ) but then started to suspect that these are tailored somehow to the user (for example, swimming activities are not listed).
So the question is, is there a way to know all the types of 'standard' activities that could be provided by this endpoint, so a mapping can be created either via its Fitbit ID, or I can at least know what's possible in order to make text searches possible during an automated mapping of Fitbit Activity to our custom data type ?