07-20-2018 07:48
07-20-2018 07:48
Hello,
I have a strange problem with the Web API.
When I request intraday data it works fine for one date, however it does not work for a time period.
Example:
https://api.fitbit.com/1/user/-/activities/steps/date/2018-07-19/2018-07-20/15min.json
This provides me the summarized data of each day, but no intraday
https://api.fitbit.com/1/user/-/activities/steps/date/2018-07-19/2018-07-20.json
This provides also the summarized data of each day, as expected
Does anyone can reconstruct this behavior? Am I doing something wrong?
Thank you,
FHantke
11-12-2018 17:45
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-12-2018 17:45
Hi @FHantke,
You are not doing anything wrong. We only support Intraday for a 24 hour period. That means you can query Intraday data across 2 days, but you'll need to include a timestamp and the time period cannot exceed 24 hours.
Best Answer