11-16-2015 09:35
11-16-2015 09:35
When retieving data via the API for a FitBit Zip device does anyone know what would be the smallest time unit available for recorded steps? For example, would data be available for number of steps in each minute, or would it be limited to a larger time period (e.g. every 15 minutes)?
Thank You
11-16-2015 11:14
11-16-2015 11:14
@FrankB-1 wrote:
When retieving data via the API for a FitBit Zip device does anyone know what would be the smallest time unit available for recorded steps? For example, would data be available for number of steps in each minute, or would it be limited to a larger time period (e.g. every 15 minutes)?
Thank You
The most granular time unit for steps is each minute. You can retrieve minute level data with the new OAuth 2.0 personal app type: https://dev.fitbit.com/docs/basics/#personal
If you are not trying to get data for yourself only, please see: https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
11-16-2015 19:22
11-16-2015 19:22
Thank You Dan!