Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Downloading all time series data?

I was wondering if there is a way to download time series data of all types of activities (heart rate, calories, steps, etc) without directly specifying each activity in code?

 

So far, I have to hardcode a list of the names of activities that I got from fitbit's website, and then go through each member of that list and make a request to the fitbit API for time series data.

 

Perhaps I am missing some types of data in my hardcoded list, so it would be nice to have code where I do not directly specify each activity that I want.

Best Answer
0 Votes
1 REPLY 1

With the Activity Time Series endpoints, you need to specify each resource (steps, calories, caloriesBMR, elevation, etc) within separate API calls.  The Get Daily Activity Summary would combine some of this information together, but it would return the data for a single date.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes