07-13-2016 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-13-2016 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

Accepted Solutions
07-13-2016 13:39 - edited 07-13-2016 13:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-13-2016 13:39 - edited 07-13-2016 13:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

07-13-2016 13:39 - edited 07-13-2016 13:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-13-2016 13:39 - edited 07-13-2016 13:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

