From the Fitbit summary API, is there a way to fetch only the steps logged by the device?
Answered! Go to the Best Answer.
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 @actionAxolot,
Welcome to the forums!
You can retrieve activities/tracker/ data using the GET Activity Time Series endpoints. This is data that was tracked only by the device (excluding manually logged activities).
Using the appropriate resource paths, you can query specific tracker tracked data as well:
activities/tracker/calories activities/tracker/steps activities/tracker/distance activities/tracker/floors activities/tracker/elevation activities/tracker/minutesSedentary activities/tracker/minutesLightlyActive activities/tracker/minutesFairlyActive activities/tracker/minutesVeryActive activities/tracker/activityCalories
I hope this helps! Let me know if you have any additional questions.
Best Answer
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 @actionAxolot,
Welcome to the forums!
You can retrieve activities/tracker/ data using the GET Activity Time Series endpoints. This is data that was tracked only by the device (excluding manually logged activities).
Using the appropriate resource paths, you can query specific tracker tracked data as well:
activities/tracker/calories activities/tracker/steps activities/tracker/distance activities/tracker/floors activities/tracker/elevation activities/tracker/minutesSedentary activities/tracker/minutesLightlyActive activities/tracker/minutesFairlyActive activities/tracker/minutesVeryActive activities/tracker/activityCalories
I hope this helps! Let me know if you have any additional questions.
Best AnswerThank you John. I appreciate it.
Best Answer