09-07-2021 02:10
09-07-2021 02:10
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?
09-09-2021 15:56
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-09-2021 15:56
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 Answer09-12-2021 18:31
09-12-2021 18:31
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