07-27-2015 08:12
07-27-2015 08:12
Hello,
Is that possible to retrieve a list of activities that are created by device (like Charge HR) with time details (not only daily summary) ?
And how to distinguish which calories where looged by device and which manually by user via the dashboard in the summary that is returned?
( "activeScore": -1,
"activityCalories": 1531,
"caloriesBMR": 1786,
"caloriesOut": 3088,
"distances": [
{
"activity": "total",
"distance": 10.09
},
{
"activity": "tracker",
"distance": 10.09
},
{
"activity": "loggedActivities",
"distance": 0
},
{
"activity": "veryActive",
"distance": 6.49
},
{
"activity": "moderatelyActive",
"distance": 1.06
},
{
"activity": "lightlyActive",
"distance": 2.54
},
{
"activity": "sedentaryActive",
"distance": 0
}
],
"elevation": 42.67,
"fairlyActiveMinutes": 25,
"floors": 14,
"lightlyActiveMinutes": 166,
"marginalCalories": 947,
"sedentaryMinutes": 844,
"steps": 13209,
"veryActiveMinutes": 83
})
As Isee for distances this feature is available.
Thanks.
07-27-2015 16:54 - edited 07-27-2015 16:54
07-27-2015 16:54 - edited 07-27-2015 16:54
07-27-2015 22:41
07-27-2015 22:41
Hi,
Thanks for the reply, but as I see in https://wiki.fitbit.com/display/API/API-Get-Activities, the activities that are returned in the collection are empty if they weren't logged manually via the dashboard, fot activities from my fitbit device I can see only summarized info (like total steps, total calories and that's all).
And I'd like to see the stats like we can see in the dashboard (lets say from 10.00 till 12.00 - 5000 steps, some amount of calories burned, from 12.00 till 15.00 - 7000 steps, N calories, etc.)
Seems to me the api doesn't return those detailed statistics, but I need to be sure.