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

Get Daily Activity Summary - which activities are included

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

Best Answer
0 Votes
1 REPLY 1

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...

Best Answer
0 Votes