11-10-2017 00:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-10-2017 00:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
So I have some fitbit scales linked to my account. Is it possible to display the following on the Ionic?
"body/weight", "body/bmi", "body/fat"
If so would someone be kind enough to tell me how 🙂
Thanks,
Steve
Answered! Go to the Best Answer.

Accepted Solutions
11-10-2017 02:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-10-2017 02:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You should be able to get them trough the Web API: https://dev.fitbit.com/reference/web-api/body/#get-weight-logs

11-10-2017 02:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-10-2017 02:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You should be able to get them trough the Web API: https://dev.fitbit.com/reference/web-api/body/#get-weight-logs

11-10-2017 04:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-10-2017 04:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Ah nevermind, I found this which helped me get the weight...
https://dev.fitbit.com/reference/device-api/user-profile/
Still need fat% though!

11-10-2017 10:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-10-2017 10:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We have an example of querying the Fitbit Web API soon, fat is available there.
https://dev.fitbit.com/reference/web-api/body/

