11-22-2021 23:23
11-22-2021 23:23
API for intraday steps or any other heat rate is giving me some unrelated data.
API - https://api.fitbit.com/1/user/-/activities/steps/date/20-11-2021/1d/1min.json
Here I am expecting steps data with 1 min interval for day 20-11-2021 instead I am getting below data
With categories, activity levels , activities etc.
Response was too large to post
11-23-2021 19:25
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.
11-23-2021 19:25
Hi @Dhivakhar,
Welcome to the forums!
Yes, endpoints will return categories as such when there is bad syntax in the endpoint you are executing. Judging by the endpoint you provided, I can see the fault lies in your date format. Proper syntax for date is YYYY-MM-DD, in your case, you formatted it as DD-MM-YYYY. Please correct your date formatting and your request should in turn be successful.
I hope this helps. Let me know if you have any additional questions.
Best Answer