I am looking to track a group's activity level for 12 weeks using a fitbit. What is the best way to accomplish this for research purposes that would provide daily accurate readings remotely for a group of 32 people?
Answered! Go to the Best Answer.
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 @tristam21,
You can definitely code a script to use the Fitbit Web API to accomplish this. If you're comfortable with programming, you'll need to implement an OAuth 2.0 consent flow and request the data for each person individually using their OAuth 2 access tokens. For daily summaries, you can use the Get Time Series endpoints.
If you're not comfortable working with Web APIs, I recommend buying a Fitabase license. It's a third-party product created just for researchers working with large groups.
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 @tristam21,
You can definitely code a script to use the Fitbit Web API to accomplish this. If you're comfortable with programming, you'll need to implement an OAuth 2.0 consent flow and request the data for each person individually using their OAuth 2 access tokens. For daily summaries, you can use the Get Time Series endpoints.
If you're not comfortable working with Web APIs, I recommend buying a Fitabase license. It's a third-party product created just for researchers working with large groups.
Best Answer
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.
Fitabase is easy to use and the cost will be much less than hiring programmers to create the data export functionality.
Another option, though much more manual, may be the data export feature in the Fitbit Web app.
Best Answer