06-08-2025 22:02
06-08-2025 22:02
Can I use the Fitbit with ArcGIS Pro, Office, MyChart, and Facebook?
06-09-2025 04:32
06-09-2025 04:32
Hello @Brrent and welcome to the Community. I moved your post to the Web API forum. It seems like a better fit based on your title. Can you please add more details?
Laurie | Maryland
Sense 2, Luxe, Aria 2 | iOS | Mac OS
Take a look at the Fitbit help site for further assistance and information.
06-12-2025 17:01
06-12-2025 17:01
Esri has a location analysis, if there a health tech service with most primary care physicians? I need to connect with an SQL on both Excel and ArcGIS to export the complete exercise, diet, and weight loss history for an analysis. Is there a way to get my Physician's I.T. department and an Esri health representative to join the forum to assist? I wanting to want to share some results with other diet programs.
07-11-2025 13:32
07-11-2025 13:32
Hi @Brrent
As long as those applications can implement OAuth2 and call the Fitbit Web API, you should be able to pull the data directly into those apps. The response from these endpoints will be in json format
If you need to use SQL in these applications, then you would need to tool that calls the endpoints and stores the data into a relational data store. Then, call SQL on the data. We have an example of querying the Fitbit data from Google Sheets into a spreadsheet. See https://dev.fitbit.com/build/reference/web-api/developer-guide/libraries-and-sample-code/#Sample-Cod.... You could try to implement something similar with MS Office Excel. Then use the Excel ODBC driver to query the data out of the spreadsheet.