07-16-2015 09:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-16-2015 09:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

07-16-2015 12:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-16-2015 12:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Register your app at https://dev.fitbit.com/apps
- Email your client id to api@fitbit.com to get access to intraday data for personal use.
- Follow the OAuth 2.0 Implicit Grant Flow to get an OAuth 2.0 access token.
- Make an HTTP request with the OAuth 2.0 Authorization header to https://api.fitbit.com/1/user/-/activities/heart/date/2015-07-16/1d/1sec.json to download the second-level data one day at a time.

07-18-2015 02:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-18-2015 02:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, 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

