You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Fitbit . Activities . GetActivity
Gets the details of a specific activity in the Fitbit activities database.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo uses your OAuth credentials to authenticate your account with Fitbit, and retrieves the details of a specific activity in the Fitbit activities database. The documentation for this Fitbit resource can be found here.
Here's an example list of acceptable inputs:
AccessToken: {YOUR FITBIT ACCESS TOKEN}
ActivityID: 1030
The following is a sample of the JSON information returned by this Choreo:
{ "activity": { "accessLevel": "PUBLIC", "activityLevels": [ { "id": 1010, "maxSpeedMPH": 9.9, "mets": 4, "minSpeedMPH": -1, "name": "under 10 mph" }, { "id": 1020, "maxSpeedMPH": 11.9, "mets": 6, "minSpeedMPH": 10, "name": "10-11.9 mph" }, { "id": 1030, "maxSpeedMPH": 13.9, "mets": 8, "minSpeedMPH": 12, "name": "12 to 13.9mph" }, { "id": 1009, "maxSpeedMPH": -1, "mets": 8.5, "minSpeedMPH": -1, "name": "Mountain Biking/BMX" }, { "id": 1040, "maxSpeedMPH": 15.9, "mets": 10, "minSpeedMPH": 14, "name": "14 to 15.9 mph" }, { "id": 1050, "maxSpeedMPH": 19, "mets": 12, "minSpeedMPH": 16, "name": "16 to 19mph" }, { "id": 1060, "maxSpeedMPH": -1, "mets": 16, "minSpeedMPH": 20, "name": "over 20mph" } ], "hasSpeed": true, "id": 90001, "name": "Bicycling" } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms