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 . GetActivities
Gets a summary and list of a user's activities and activity log entries for a specified date.
/*
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 a list of a user's activities and activity log entries for a specified date. The documentation for this Fitbit resource can be found here.
Here's an example list of acceptable inputs:
AccessToken: {YOUR FITBIT ACCESS TOKEN}
Date: 2013-03-18
The following is a sample of the JSON information returned by this Choreo:
{ "activities": [ { "activityId": 890911, "activityParentId": 890911, "activityParentName": "Tennis", "calories": 100, "description": "", "duration": 100, "hasStartTime": true, "isFavorite": false, "logId": 20205615, "name": "Tennis", "startTime": "02:00" }, { "activityId": 890907, "activityParentId": 890907, "activityParentName": "Running", "calories": 100, "description": "", "distance": 1.61, "duration": 100, "hasStartTime": true, "isFavorite": false, "logId": 20219894, "name": "Running", "startTime": "12:00" } ], "goals": { "activeScore": 1000, "caloriesOut": 2184, "distance": 8.05, "floors": 10, "steps": 10000 }, "summary": { "activeScore": 126, "activityCalories": 0, "caloriesOut": 1711, "distances": [ { "activity": "total", "distance": 0 }, { "activity": "tracker", "distance": 0 }, { "activity": "loggedActivities", "distance": 1.61 }, { "activity": "veryActive", "distance": 0 }, { "activity": "moderatelyActive", "distance": 0 }, { "activity": "lightlyActive", "distance": 0 }, { "activity": "sedentaryActive", "distance": 0 }, { "activity": "Tennis", "distance": 0 }, { "activity": "Running", "distance": 1.61 } ], "elevation": 0, "fairlyActiveMinutes": 0, "floors": 0, "lightlyActiveMinutes": 0, "marginalCalories": 0, "sedentaryMinutes": 937, "steps": 0, "veryActiveMinutes": 0 } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms