10-05-2017 18:28 - edited 10-05-2017 18:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-05-2017 18:28 - edited 10-05-2017 18:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hey there,
Which activities are returned when requesting the Daily Activity Summary from the API?
GET https://api.fitbit.com/1/user/[user-id]/activities/date/[date].json
From my research I generally see that only "manual" activities are returned. I've also noticed on one occasion only a single manual activity was returned when a user had multiple manual activities on that day. "tracker" and "auto_detected" log types are never included.In short, I'm confused. A pointer to some good documentation would help.
Best,
Alex

10-30-2017 14:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-30-2017 14:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'd like to second this request ... I've been seeing the same behavior. This may be a blessing in disguise, as I've seen the frequency of auto_detected events ... but I just wanted to check.
GET https://api.fitbit.com/1/user/-/activities/list.json
Appears to report all types of logs, while:
GET https://api.fitbit.com/1/user/[user-id]/activities/date/[date].json
Only reports manual logs?
https://dev.fitbit.com/reference/web-api/activity/
Thanks in advance...

