10-18-2023 07:41
10-18-2023 07:41
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?
10-19-2023 07:20 - edited 10-19-2023 07:22
10-19-2023 07:20 - edited 10-19-2023 07:22
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
10-26-2023 08:52
10-26-2023 08:52
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
10-31-2023 11:22
10-31-2023 11:22
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.