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

API get Local App data

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.

Best Answer
0 Votes
1 REPLY 1

@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. 

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes