11-03-2016 04:01 - edited 11-03-2016 04:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-03-2016 04:01 - edited 11-03-2016 04:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

Accepted Solutions
11-03-2016 07:41 - edited 11-03-2016 07:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-03-2016 07:41 - edited 11-03-2016 07:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-03-2016 05:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

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



11-03-2016 05:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-03-2016 05:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Ok.Thanks.
Will wait for their response.

11-03-2016 07:41 - edited 11-03-2016 07:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-03-2016 07:41 - edited 11-03-2016 07:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-03-2016 22:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks , Looks like this endpoint will work for my requirments.

12-06-2016 22:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-06-2016 22:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks for Api URL , works like a charm
I wonder why this API is not documented on dev.fitbit site.

