11-03-2016 04:01 - edited 11-03-2016 04:01
11-03-2016 04:01 - edited 11-03-2016 04:01
Hi,
I am not able to get the activities which are synced by the fitbit device but can get the activities which I go to fitbit.com and log manually.
I am using below API call to get the activiites
https://api.fitbit.com/1/user/-/activities/date/2016-09-23.json
Please let me know if I am doing wrong here or need to call some diffenrent API.
Thanks.
Answered! Go to the Best Answer.
11-03-2016 07:41 - edited 11-03-2016 07:41
11-03-2016 07:41 - edited 11-03-2016 07:41
@ranjitrathod Use the Get Activity Logs List endpoint.
Example:
https://api.fitbit.com/1/user/-/activities/list.json?beforeDate=2016-09-23&sort=desc&limit=10&offset=0
11-03-2016 05:10
11-03-2016 05:10
Hi there @ranjitrathod. Good to see you around! 🙂
I'd like to know if you're a developer or if you're just trying to get your activites synced from your Fitbit Blaze tracker to your Fitbit app.
Please let me know!
Help others by giving votes and marking helpful solutions as Accepted
11-03-2016 05:13
11-03-2016 05:13
I am developer and trying the get and show the synced activities from the fitbit devices into my web application.
11-03-2016 05:50
11-03-2016 05:50
Oh, I get it now. Thanks for clarifying @ranjitrathod!
I've moved your post to the Web API section so it can get attention from a specialist here. Good luck! 🙂
Help others by giving votes and marking helpful solutions as Accepted
11-03-2016 05:55
11-03-2016 05:55
Ok.Thanks.
Will wait for their response.
11-03-2016 07:41 - edited 11-03-2016 07:41
11-03-2016 07:41 - edited 11-03-2016 07:41
@ranjitrathod Use the Get Activity Logs List endpoint.
Example:
https://api.fitbit.com/1/user/-/activities/list.json?beforeDate=2016-09-23&sort=desc&limit=10&offset=0
11-03-2016 22:47
11-03-2016 22:47
Thanks , Looks like this endpoint will work for my requirments.
12-06-2016 22:42
12-06-2016 22:42
Thanks for Api URL , works like a charm
I wonder why this API is not documented on dev.fitbit site.