11-20-2016 22:51
11-20-2016 22:51
I have to export data like Fitbit step counts, body fat%, calories burnt, distance, heart rate, and sleep start/end times into My Own APP.
Now i am using this API (https://api.fitbit.com/1/user/' + window.localStorage['userId'] + '/activities/heart/date/today/1d.json) to retrive data from fitbit server if synch was successfull.
But we have the requirement like to get minute to minute heart rate data from fitbit App not from fitbit server.
If possible to get the above data from fitbit App.
11-22-2016 12:08
11-22-2016 12:08
@amurugan Well if there's data in the Fitbit app, that means it's been synced to the server. You can't sync to the Fitbit app locally, and you can't get data unless it has been synced. You should be able to pull the data you're looking for if your app type is set to personal.