10-19-2020 18:09
10-19-2020 18:09
What is the maximum time of end date that can be defined to fetch from Heart Rate Time Series API? Can we fetch the last 1 second heart rate from our Fitbit device through this Web API? Will Fitbit Web API return it? or it has limitation of maximal End Date that can be returned? How real time is it can be retrieved?
Is there any documentation that explain about it? Thanks.
Answered! Go to the Best Answer.
10-20-2020 02:31
10-20-2020 02:31
The data through the Web APIs is not real-time. The data is only available after the user syncs their device with the mobile application. However, once the data is available, you can fetch your own personal intraday heart rate data in 1sec and 1min intervals. You'll need to set the application type = "personal".
If you require real-time heart rate data, you'll want to look at the Device SDK, https://dev.fitbit.com/build/reference/device-api/heart-rate/. The Device SDK is only supported for the smart watches. You'll build an app or clock face that is installed on the smart watch, and you'll build a companion application that runs on the mobile device to fetch the data from your device app and push to your server.
10-20-2020 02:31
10-20-2020 02:31
The data through the Web APIs is not real-time. The data is only available after the user syncs their device with the mobile application. However, once the data is available, you can fetch your own personal intraday heart rate data in 1sec and 1min intervals. You'll need to set the application type = "personal".
If you require real-time heart rate data, you'll want to look at the Device SDK, https://dev.fitbit.com/build/reference/device-api/heart-rate/. The Device SDK is only supported for the smart watches. You'll build an app or clock face that is installed on the smart watch, and you'll build a companion application that runs on the mobile device to fetch the data from your device app and push to your server.
10-20-2020 02:42
10-20-2020 02:42
Hi @Gordon-C , thanks for your help and information.
07-27-2023 01:46
07-27-2023 01:46
Can we fetch the last 1 second heart rate from this api https://api.fitbit.com/1/user/user_id/activities/heart/date/today/1d.json when my application type = "personal".
07-27-2023 02:31
07-27-2023 02:31
Hello Team,
Can you explain which technology we have used for making mobile application?