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 ? ![]()
Best Answer10-28-2014 14:08 - edited 10-28-2014 14:14
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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
Best Answer10-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.
Best Answer12-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
Best Answer12-09-2014 11:17
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
12-09-2014 11:17
nope.
Best Answer01-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.
Best Answer01-12-2015 19:30
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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.
Best Answer01-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.