09-16-2016 05:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-16-2016 05:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
How can I retrieve it from the fitbit api? Is it possible?
Answered! Go to the Best Answer.
Accepted Solutions
09-19-2016 16:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-19-2016 16:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-19-2016 16:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
See the Get Activity TCX endpoint.

10-01-2016 05:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-01-2016 05:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks for response. But how can I retrieve the log id by api without manually looking for the web log page?

10-03-2016 11:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-03-2016 11:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Use the Get Activity Log List endpoint.

10-08-2016 07:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-08-2016 07:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
https://api.fitbit.com/1/user/-/activities/list.json
in this endpoint it doesn't have a encoded user_id
how to I let the system know I am getting the specific user_id log?

10-12-2016 11:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-12-2016 11:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@ust Which oauth flow are you using? Because user_id is included in the token endpoint. Otherwise, you can get encodedId from the profile endpoint.
10-15-2016 04:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-15-2016 04:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I can get the encoded user_id from the oauth, but the log api doesn't seems have a place to put the user_id to get the correspond user_id log

