03-08-2017 13:15 - edited 03-08-2017 13:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-08-2017 13:15 - edited 03-08-2017 13:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am trying to integrate the FitBit API with my streaming platform to pull the data not for one user but for all users in my group everytime the data changes on the FitBit server? Is it possible to pull the data for a group of users in one request? Please let me know
04-12-2017 13:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-12-2017 13:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
Bumping this thread again.
Requesting your expertise for the below questions on my project implementation.
1) Is there a way to get response data for a list of user's for a given time series instead of sending separate API calls for each user?
2) Is there a way for Fitbit to push not only the notification but also the new data to my application ?

04-12-2017 13:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-12-2017 13:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@vj0508 No, there has to be separate calls per user.
The notification is to let you know there's new data, it's not going to push the data to your app. You'd still have to pull that data for the user.

