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

Inconsistent API responses for Step Data

We have a user id: 5QMHL6
OAuth 2.0 Client ID : 229WH6
 
API Call:  https://api.fitbit.com/1/user/-/activities/steps/date/2017-08-25/1d.json (with the user’s access token) responds
 
Please note that the intra day activity totals 558 and the total for the day shows 4742. 
 
Our app calculates total steps by adding the intra day activity and our users are complaining that they see 4742 steps in fitbit and only 558 steps in our app. 

{
"activities-steps": [
{
"dateTime": "2017-08-25",
"value": "4742"
}
],
"activities-steps-intraday": {
"dataset": [
{
"time": "00:00:00",
"value": 0
},
{
"time": "00:01:00",
"value": 0
},
Best Answer
0 Votes
0 REPLIES 0