01-24-2015 19:00
01-24-2015 19:00
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.
01-26-2015 17:58
01-26-2015 17:58
Minute level data is already included in the sleep logs. See https://wiki.fitbit.com/display/API/API-Get-Sleep
01-26-2015 17:58
01-26-2015 17:58
Minute level data is already included in the sleep logs. See https://wiki.fitbit.com/display/API/API-Get-Sleep
09-26-2015 09:57
09-26-2015 09:57
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?
09-28-2015 16:49
09-28-2015 16:49
@mgkuzyk: The documentation moved to https://dev.fitbit.com/docs
09-28-2015 18:13
09-28-2015 18:13
09-29-2015 11:07
09-29-2015 11:07
@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.