01-29-2019 16:43
01-29-2019 16:43
Hi, I'm getting activities from the api, if the user doesnt register the data from a mobile phone doesnt show in the response, any suggestions how can I get these data?
01-30-2019 00:59
01-30-2019 00:59
I have the same - I don't know when the activities are missing, but the user recoreded the activity with "IONIC" and we don't see the activity list for that day (yesterday)
02-15-2019 14:05
02-15-2019 14:05
Hi @lvaldiva, would you provide me the steps to reproduce this problem, and which endpoint you're using to search for the activity?
02-15-2019 14:05 - edited 02-15-2019 14:05
02-15-2019 14:05 - edited 02-15-2019 14:05
Hi @runalyze, would you provide me the steps to reproduce this problem, and which endpoint you're using to search for the activity?
02-15-2019 14:12
02-15-2019 14:12
@Gordon-C wrote:Hi @runalyze, would you provide me the steps to reproduce this problem, and which endpoint you're using to search for the activity?
It's okay. As I wrote privately, I always thought that if you subscribe to "activities", you will get activities, not daily data like steps. So everything is fine here 🙂 Forgot that I answered in this thread.
02-16-2019 21:14
02-16-2019 21:14
Hi thanks for answering, I was using another endpoint after some searching in this forum I found that with this endpoint
https://api.fitbit.com/1/user/%s/activities/list.json&afterDate=%s&offset=%d&limit=%d&sort=desc
I can get all activities even the steps if the activity allows it.
Best regards
02-17-2019 07:44
02-17-2019 07:44
@lvaldiva Thanks for the hint!
@Gordon-C So - I still have the problem: So I use
GET https://api.fitbit.com/1/user/[user-id]/activities/date/2019-02-17.json
but I don't get activities listed for e.g. today.
if I use:
https://api.fitbit.com/1/user/%s/activities/list.json&afterDate=2019-02-17
I get activities. Why?
02-17-2019 09:44
02-17-2019 09:44
There is a known problem where activities are not being returned from the Get Daily Activities Summary endpoint. Please use the Get Activities List as a workaround until the problem is resolved.
02-17-2019 09:49
02-17-2019 09:49
Thanks - We are doing so now - Would be great if that problem would be added to the documentation!
10-20-2019 19:37
10-20-2019 19:37
Hi Gordon,
Has this issue been resolved yet or is the solution to still use the Activity List endpoint?
10-24-2019 14:57
10-24-2019 14:57
Hi @DUB-IT ,
A fix is not available for this problem, yet. The solution to use the Get Activities Log List endpoint should still be used. All activities (tracker, manual, auto_detected, 3rd party, etc) should be available through the Get Activities Log List endpoint.
Gordon
02-07-2020 10:28
02-07-2020 10:28
Hi everyone,
A fix for this problem is now available. You should get all recorded activities returned by the Get Daily Activity Summary.
Gordon