Hello community!
I am working an android application for showing the heart rate data, tick by tick on graph during some type of exercise / activity. So can not find appropriate API for the same purpose.
I used this API "https://api.fitbit.com/1/user/-/activities/heart/date/today/1d/1sec/time/16:46/16:48.json".
But in this API i didn't get the heart data simultaneously ( tick by tick ).
So it there any other way to do the same.
Please help me in suggesting the proper solution for my requirement.
Best Answer
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
Hi @rahul_techahead - use the example in Heart-rate API the event listener should pick up every result, if that is what you are looking for while it is running the display
Author | ch, passion for improvement.
Best Answer