09-01-2022 00:31
09-01-2022 00:31
I have integrated Fitbit in our application , using fitbit heart-rate api :
/1/user/[user-id]/activities/heart/date/[start-date]/[end-date].json
It returns heart rate data depending on the heartRateZones like "Out of Range", Fat burn", "Cardio" and so on. I want to display max and min heart rate for all over the day , how should I calculate that?
Also I need restingHeartRate, this Api does not returning restingHeartRate. Is there any other way to calculate restingHeartRate?