Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't get Intraday Time Series

I've registered an app as "Personal", and I'm using the Authorization Code Flow. I should be able to retrieve intraday data for myself, but when I Request "https://api.fitbit.com/1/user/-/activities/steps/date/2016-10-21/today/1min.json" I'll only get the daily total of steps. I've tried it  with /user/-/ and /user/[my id]/.

 

Can anyone tell me what I'm doing wrong here? Thanks.

Best Answer
0 Votes
1 REPLY 1

@SunsetRunner You can only get intraday data for one date at a time, you can't use a date range.

 

For example:

https://api.fitbit.com/1/user/-/activities/steps/date/2016-10-21/1d.json

 

Will give me intraday data for October 21st.

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes