08-01-2015 05:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-01-2015 05:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I would like to use the subscription API to get heart rate data. Is it likely that I would hit the API limit using the subscription api for heart rate data?

- Labels:
-
Java
-
Subscriptions API
07-31-2015 18:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2015 18:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Does the subscriptions api work with heart rate?

08-03-2015 11:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



08-03-2015 11:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You can use the 'activities' collection for heart rate data, as it comes from the tracker and would be available upon tracker sync.
You are not more likely to hit the API rate limit with heart rate than any other endpoint.

02-10-2016 01:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-10-2016 01:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
My requirement is to show the live heart rate of a user in my application.
As the api limit is 150 per hour, Is it possible ?
If I get heart rate between each minutes in a session,can that be similar to real time data?

02-10-2016 13:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-10-2016 13:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@anoop_01 wrote:
My requirement is to show the live heart rate of a user in my application.
As the api limit is 150 per hour, Is it possible ?
If I get heart rate between each minutes in a session,can that be similar to real time data?
Fitbit devices only sync every 15–20 minutes. Even if you requested data every minute, you wouldn't get real time data because the devices won't have synced.

