11-27-2017 10:41
11-27-2017 10:41
Hi, I am currently trying to get location data using the GET /api.fitbit.com/1/user/-/activities/[log-id].json, the thing is, it worked once, I had the location data and, since recently, it doesn't work anymore, I only have this:
{
"activityLog": {
"activityId": 90013,
"activityParentId": 90013,
"activityParentName": "Walk",
"calories": 1,
"description": "Walking less than 2 mph, strolling very slowly",
"distance": 0.01073,
"duration": 60000,
"hasStartTime": true,
"isFavorite": false,
"lastModified": "2017-11-21T22:59:39.000Z",
"logId": 11022850090,
"name": "Walk",
"startDate": "2017-11-21",
"startTime": "14:58",
"steps": 0
}
}