06-19-2017 11:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-19-2017 11:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Using the API console, I make the following request:
https://api.fitbit.com/1/user/-/activities/steps/date/2016-12-02/2016-12-02/1min.json
And I get the following response (shortened):
{"activities-steps":[{"dateTime":"2016-12-02","value":"4684"}],"activities-steps-intraday":{"dataset":[{"time":"00:00:00","value":0},{"time":"00:01:00","value":0},
{"time":"00:02:00","value":0},.......
All of the values are 0. What am I doing wrong? There are clearly 4684 steps on 2016-12-02, but the sum of the minute steps is 0.
Thank you, I appreciate it!

06-20-2017 08:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-20-2017 08:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@blackshadowlake Perhaps this post from Jeremiah will help explain...

06-20-2017 10:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-20-2017 10:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@AndrewFitbit thank you for the link. Any ideas for how to reconstruct the intraday steps? I see there is still intraday heart rate data for that day.

