10-27-2014 01:36
10-27-2014 01:36
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
10-28-2014 14:08 - edited 10-28-2014 14:14
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
10-28-2014 16:21
10-28-2014 16:21
@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
12-08-2014 23:36
Is it a way to get only verifiable weight (weight uploaded from Aria scale)?
Thanks,
Yuttana
12-09-2014 11:17
12-09-2014 11:17
nope.
01-12-2015 19:10 - edited 01-12-2015 19:11
01-12-2015 19:10 - edited 01-12-2015 19:11
@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
01-12-2015 19:30
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.
01-12-2015 19:45 - edited 01-12-2015 19:46
01-12-2015 19:45 - edited 01-12-2015 19:46
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.