Hi, I want to retrive heart rate data from api, and I don't understand the description of API-Get-Time-Series and API-Get-Intraday-Time-Series.
I'm using a library list on API Client Libraries called temboo, and I can't find the way to get it either.
How can I retrive heart rate data? Is it an Activity data I can get if I have an ActivityID?
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Best AnswerHi, I also want to get intraday heartate, and this is what I obtain by running
https://api.fitbit.com/1/user/-/activities/heart/date/2015-07-16/1d/1sec.json:
dataset: [{“time":"00:00:00","value":70},{"time":"00:00:05","value":69},{"time":"00:00:10","value":68}, ,{"time":"00:00:25","value":68} …. ]
Can you help me to intertpret this result? It means that the heartrate from 00:00:00 to 00:00:05 was 70 bpm, from 00:00:05 to 00:00:10 was 69 bpm and so on?
Thanks al lot!
Floriano
Best Answer