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

Activity Time Series Steps and Minutes versus Activity

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?

Best Answer
0 Votes
3 REPLIES 3

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

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes

Sorry, 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
0 Votes

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.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer