07-09-2018 12:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
07-09-2018 12:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
07-26-2018 14:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-26-2018 14:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

