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

Capture and Access Custom Logs

Hello,

 

We are looking to build a fitbit app where user can enter custom logs (like pain level, stress level, mood etc) using UI components. How do we access the data entered by the user for these custom logs externally? Can this be accessed via the web APIs or is there other means by which this data can be accessed from the fitbit device on a external mobile app?

 

Thanks!

Best Answer
0 Votes
3 REPLIES 3

I don't think you'll be able to get that custom data into the web API database, so you won't be able to get it out of there.

You'll need to write your own comms and data handling code. Send data from watch to companion, then use fetch() or websocket from there to push it to a server (which could be a mobile app running on the same device).

Peter McLennan
Gondwana Software
Best Answer
0 Votes

@newpage-dev- Can you enter the information in the App settings page via the companion?

Use Weather as an example it allows you to enter cities. This approach might help.

 

Here's how to change Temperature - for Weather, Centigrade - Fahrenheit, Sense which shows where you could accept user input for your app.

Author | ch, passion for improvement.

Best Answer
0 Votes

Thanks for your response @Gondwana 

Best Answer
0 Votes