03-02-2016 21:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-02-2016 21:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello Team,
which api i have to use to get the average BPM value from FITBIT portal?
i am calling below url, but it's returning only heatRateZones values only not the average and resting heartrate details.
https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json
Regards,
Harish

- Labels:
-
JavaScript
-
OAuth 2.0
03-04-2016 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



03-04-2016 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@harishyarra You won't be able to get average bpm, but you should be able to see resting heart rate right after the custom heart rate zone data.

03-05-2016 03:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-05-2016 03:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
thanks for the quick response.
I am trying following API but in response i am not getting any value for
resting heart data. Could you please guide me how to get this data.
https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json
Regards,
Harish

03-05-2016 10:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



03-05-2016 10:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@harishyarra Are you trying to get heart rate data for your account? It looks like you don't have a tracker that measures heart rate, which would mean the response you're getting for that endpoint is expected.

03-06-2016 04:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-06-2016 04:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
end users heart rate data, every one have firbit HR charge device.
--
Regards,
Harish

03-08-2016 17:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



03-08-2016 17:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@harishyarra If your app doesn't have access to Intraday Time Series, then you won't be able to pull data for other users. You can check out this thread here for more info.

