Are there plans to provide an endpoint to obtain an intraday (minute-level) time series for sleep quality? It seems such a dataset could go hand-in-hand with a heart rate intraday time series.
Thanks,
Jamie
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.
Minute level data is already included in the sleep logs. See https://wiki.fitbit.com/display/API/API-Get-Sleep
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.
Minute level data is already included in the sleep logs. See https://wiki.fitbit.com/display/API/API-Get-Sleep
I am a new member of the fitbit community with an interest in downloading intraday data. There seems to be lots of good info here, but, when I click on the wiki links that seem to have all the details, I get diverted to the confluence site, where I am asked for a username and password. I do not have an account on Confluence and there does not seem to be a way open one. What gives?
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.
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.
@mgkuzyk: Confluence is just a product for creating wikis. It's not a centralized destination for documentation. We created https://dev.fitbit.com/docs to make it easier to find documentation.
All of the documentation was once was on wiki.fitbit.com is now at https://dev.fitbit.com/docs and better organized. We will be adding many improvements that we couldn't do within Confluence.
As for getting up and running, I will admit that the documentation assumes that you know how to make an HTTP request with Python. If you can do that, the Fitbit Web API is really just an HTTP request with an Authorization header. To get an OAuth 2.0 access token quickly, use the Implicit Grant flow.
Best Answer