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.
(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.
Best Answer
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.
Best AnswerWe 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.
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.
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
Best Answer