I am having an issue where I download the activity information and the Activity Time Series information and have several records where the Activity information shows steps of over 10k, however the Time Series information shows little to no steps. I am calling "activities/steps/date/1d.json". Should I be doing something different?
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.
Hi @JSaber
You said you are calling "activities/steps/date/1d.json". I'm not sure if this is a typo in the problem description or your actual syntax, but the endpoint is "/activities/steps/date/[date]/1d.json".
Gordon
Best AnswerSorry, that was a typo. I am calling the endpoint: /activities/steps/date/[date]/1d.json. The issue is the data i get from the /activities/steps/date/[date]/1d.json doesn't match the data from the call /activities/date/[date]/1d.json
Best Answer
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.
Hi @JSaber
/activities/date/[date]/1d.json is not a valid endpoint either. Do you mean "/activities/date/[date].json"?
Can you give me an example of the values you're receiving and how they don't match up? If you can post the response output but don't include any PII data, like the person's name, user id, etc.