I am looking at following docs
https://dev.fitbit.com/docs/activity/
and i don't see any specific endpoint to fetch walk activity based on date. Do i have to fetch all activities and extract walk out of it or if there is a better way to do it ?
Answered! Go to the Best Answer.
Best Answer
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.
Use afterDate on the Get Activity Logs List.
Example:
GET https://api.fitbit.com/1/user/-/activities/list.json?afterDate=2016-07-13&sort=desc&limit=10&offset=0
Best Answer
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.
Use afterDate on the Get Activity Logs List.
Example:
GET https://api.fitbit.com/1/user/-/activities/list.json?afterDate=2016-07-13&sort=desc&limit=10&offset=0
Best Answer