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

Get the activities synced by fitbit device

ANSWERED

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.

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@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

 

 

Andrew | Community Moderator, Fitbit

What motivates you?

View best answer in original post

Best Answer
7 REPLIES 7

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!

Ferdin | Community Moderator, Fitbit

Help others by giving votes and marking helpful solutions as Accepted

Best Answer
0 Votes

I am developer and trying the get and show the synced activities from the fitbit devices into my web application.

Best Answer
0 Votes

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! 🙂

Ferdin | Community Moderator, Fitbit

Help others by giving votes and marking helpful solutions as Accepted

Best Answer

Ok.Thanks.

 

Will wait for their response.

Best Answer
0 Votes

@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

 

 

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer

Thanks , Looks like this endpoint will work for my requirments.

Best Answer
0 Votes

Thanks for Api URL , works like a charm 

I wonder why this API is not documented on dev.fitbit site.

Best Answer
0 Votes