I cannot see tracked "exercises" from my fitbit One on the /activities/list.json endpoint. I see it when going to my Fitbit Dashboard > Log > Activities, it shows up as an "Activity Record".
On the fitbit One, you simply hold the button down for 2-3 seconds, and it begins to track as an exercise. You do the same to stop it from tracking the exercise. It appears the simplicity of this general "exercise" tracking may make it fairly different then the newer fitbit's where you can specify a "Walk" or "Run"... I'm wondering if this older type of general "Exercise" was missed in the Web API or is there a different endpoint to get this? I also tried /activities/date/YYYY-mm-dd.json, it simply does not show up for an activity record logged from the One tracker.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @clueo8
Have you tried querying your data in the Web API Explorer, https://dev.fitbit.com/build/reference/web-api/explore/. When you consent, please don't change the client ID displayed.
Gordon
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Thank you for confirming. Let me do some research on this for you.
Best,
Gordon
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @clueo8
The Web API is only able to return data based on what the device supports. It looks like the Fitbit One device does not record activities in a way that exposes it through the API similarly to the newer devices. If you need to record activities using a pedometer, you can use the mobile application as a pedometer. You'll want to enable mobile track to provide continuous step recording. When you want to record an activity, you'll start recording through the exercise section of the dashboard.
Gordon
Gordon
Best Answer