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.
I cannot reproduce because this hit my rate limit. The exact call was GET /activities/date/{date}.json with the current date inserted.
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.
That's not a valid endpoint. Did you intend GET /1/user/[user-id]/activities/date/[date].json ?
Best AnswerMy apologies. Yes, the full endpoint that I used is GET /1/user/[user-id]/activities/date/[date].json - I apologize it was cut off in my last message. It appears that Fitbit does not have paging set up. This is something that I did not take into account. Do you why this is?
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.
That endpoint is the daily summary, which returns a bunch of data about that specific day. If you want specific data (such as steps, heart rate, etc), you should request those resources individually instead.
If someone logged 69 manual logs on that day, the daily summary endpoint is behaving correctly.
Best Answer