10-27-2014 01:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-27-2014 01:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I tried to use GetTimeSeries on API service for getting weight information but i couldn't get device info ,i need to filter manual log from website and scale from device.
could u have any idea to get it from API ?

10-28-2014 14:08 - edited 10-28-2014 14:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-28-2014 14:08 - edited 10-28-2014 14:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You can not get it from time series. You need to execute separate Fitbit Api request.
https://wiki.fitbit.com/display/API/API-Get-Devices
Senior Software Developer at Fitbit

10-28-2014 16:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-28-2014 16:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@thikon wrote:
I tried to use GetTimeSeries on API service for getting weight information but i couldn't get device info ,i need to filter manual log from website and scale from device.
could u have any idea to get it from API ?
We don't differentiate weight logs that are manually entered vs from the Aria scale.

12-08-2014 23:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-08-2014 23:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is it a way to get only verifiable weight (weight uploaded from Aria scale)?
Thanks,
Yuttana

12-09-2014 11:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-09-2014 11:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
nope.
Senior Software Developer at Fitbit

01-12-2015 19:10 - edited 01-12-2015 19:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-12-2015 19:10 - edited 01-12-2015 19:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@ibahdanau Aren't manually entered weights always logged with a time of midnight? Such that you could ignore the midnight entries, and it is very unlikely you would ignore one recorded by an Aria.

01-12-2015 19:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-12-2015 19:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Manually logged weight will have actual log time and date.
So if you log it at 5:04pm the log will have time 5:04pm.
Senior Software Developer at Fitbit

01-12-2015 19:45 - edited 01-12-2015 19:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-12-2015 19:45 - edited 01-12-2015 19:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Actually that isn't 100% true. There is no place on the Fitbit site to enter a time, and when you log one it gets recorded at 23:59:59:
{ "bmi": 26.11, "date": "2015-01-12", "logId": 1421107199000, "time": "23:59:59", "weight": 82.5 }
Yes, if the weight is logged via the API you can have a time, but if they enter it through the dashboard the time will be 23:59:59.
