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 . Statistics . GetIntradayTimeSeries
Returns the intraday time series for a given resource based on a date range you specify.
/*
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 returns the intraday time series for a given resource based on a date range you specify.
Note: Access to the Intraday Time Series for personal use (accessing your own data) is available through the "Personal" App Type. Make sure this option is selected when registering for your Client ID at the Fitbit Developer Console.
This Choreo has an input called ResourcePath which can have a variety of different values based on the resource time series you want to retrieve. The table below shows the resource paths available:
Activity |
activities/heart |
activities/calories |
activities/steps |
activities/distance |
activities/floors |
activities/elevation |
The documentation for this Fitbit resource can be found here.
Here's an example list of acceptable inputs:
AccessToken: {YOUR FITBIT ACCESS TOKEN}
StartDate: today
EndDate: 1d
DetailLevel: 1min
StartTime: 00:00
EndTime: 00:01
RecourcePath: activities/heart
The following is a sample of the JSON information returned by this Choreo:
{ "activities-heart": [ { "customHeartRateZones": [], "dateTime": "today", "heartRateZones": [ { "caloriesOut": 2.3246, "max": 94, "min": 30, "minutes": 2, "name": "Out of Range" }, { "caloriesOut": 0, "max": 132, "min": 94, "minutes": 0, "name": "Fat Burn" }, { "caloriesOut": 0, "max": 160, "min": 132, "minutes": 0, "name": "Cardio" }, { "caloriesOut": 0, "max": 220, "min": 160, "minutes": 0, "name": "Peak" } ], "value": "64.2" } ], "activities-heart-intraday": { "dataset": [ { "time": "00:00:00", "value": 64 }, { "time": "00:00:10", "value": 63 }, { "time": "00:00:20", "value": 64 }, { "time": "00:00:30", "value": 65 }, { "time": "00:00:45", "value": 65 } ], "datasetInterval": 1, "datasetType": "second" } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms