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

No detail of steps

When call API: https://api.fitbit.com/1/user/9CHYJZ/activities/steps/date/2021-09-03/1d/1min.json, it only response step summary data, but missing the detail of step (activities-steps-intraday field).

 

For example:

{
    "activities-steps": [
        {   

            "dateTime": "2021-09-07",
             "value": "122"
        }
     ],
     "activities-steps-intraday": {
         "dataset": [ 
             {
                 "time": "00:00:00",
                 "value": 0
             },
             ....
        ]  

     }

 

}

 

Does anyone know what the problem is?

 

Best Answer
2 REPLIES 2

Hi @AlexKao,

 

Is this the complete JSON response returned when executing this endpoint? I tested the endpoint just now and I'm able to see all timestamps between 00:00:00 to 23:59:59, You should be seeing these timestamps as well.

Best Answer
0 Votes

Using the internally applied account, I can see all Timestamps, but using the customer’s account, only the total number of steps will be returned. Without Timestamp, it only became so in the past two weeks. I still don’t know why.

Best Answer
0 Votes