Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get location json data with the get log API?

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
    }
}
Best Answer
0 Votes
0 REPLIES 0