05-13-2025 06:06
05-13-2025 06:06
I am attempting to get the intraday data for my research study application (research study application and intraday application are both approved) but when I am making the requests for intraday heart rate or steps, it is not giving me the detailed intraday breakdown.
05-13-2025 13:03
05-13-2025 13:03
(Post moved to correct forum area.)
I think you'll need to provide much more detail, such as what endpoint you're calling (with private info redacted), and what you're receiving in response.
05-14-2025 08:47
05-14-2025 08:47
We have different endpoints we are trying to get, but I believe we are having the same issue that was listed here: https://community.fitbit.com/t5/Web-API-Development/Intraday-heartrate-data-isn-t-appearing/m-p/5737...
---
I only get the “activities-heart” object in the response and it’s missing the “activities-heart-intraday” as by the example response in their docs.
05-14-2025 08:48
05-14-2025 08:48
We have different endpoints we are trying to get, but I believe we are having the same issue that was listed here: https://community.fitbit.com/t5/Web-API-Development/Intraday-heartrate-data-isn-t-appearing/m-p/5737...
---
I only get the “activities-heart” object in the response and it’s missing the “activities-heart-intraday” as by the example response in their docs.
06-25-2025 08:19
06-25-2025 08:19
Hi @fani_lab
If your client ID has intraday enabled, then you should be getting the intraday data returned. Please double-check the endpoint syntax you are using in your application
Activity Intraday endpoint: https://dev.fitbit.com/build/reference/web-api/intraday/get-activity-intraday-by-date/
Heart Rate Intraday endpoint: https://dev.fitbit.com/build/reference/web-api/intraday/get-heartrate-intraday-by-date/
Gordon