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

Getting walk activity for specific date

ANSWERED

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 ? 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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

 

Documentation: Get Activity Logs List

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

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

 

Documentation: Get Activity Logs List

Best Answer
0 Votes