09-16-2016 05:11
09-16-2016 05:11
How can I retrieve it from the fitbit api? Is it possible?
Answered! Go to the Best Answer.
09-19-2016 16:12
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-19-2016 16:12
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-19-2016 16:12
See the Get Activity TCX endpoint.
Best Answer10-01-2016 05:24
10-01-2016 05:24
Thanks for response. But how can I retrieve the log id by api without manually looking for the web log page?
Best Answer10-03-2016 11:12
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
10-03-2016 11:12
Use the Get Activity Log List endpoint.
Best Answer10-08-2016 07:58
10-08-2016 07:58
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?
Best Answer10-12-2016 11:16
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
10-12-2016 11:16
@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
10-15-2016 04:13
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
Best Answer