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 . Xively . ReadWriteData . ReadFeed
Returns filterable data on a specific feed viewable by the authenticated account.
/*
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 allows you to view a specific feed given the FeedID.
You can optionally filter by specific datastreams and read a range of historical datapoints.
The documentation for this Xively resource can be found here and here (for information on historical queries).
The following is a sample of the JSON information returned by this Choreo, which includes several datastreams and a historical query of datapoints:
{ "id":121601, "title":"Demo", "private":"false", "tags":[ "energy", "Temboo", "whatever" ], "feed":"https://api.xively.com/v2/feeds/121601.json", "status":"frozen", "updated":"2013-05-10T00:18:07.703576Z", "created":"2013-03-29T15:50:43.398788Z", "creator":"https://xively.com/users/calumbarnes", "version":"1.0.0", "datastreams":[ { "id":"datastream", "current_value":"1337", "at":"2013-05-10T00:18:07.372305Z", "max_value":"1337.0", "min_value":"16.0", "datapoints":[ { "value":"1337", "at":"2013-05-09T23:44:09.450795Z" }, { "value":"1337", "at":"2013-05-10T00:11:10.484459Z" }, { "value":"1337", "at":"2013-05-10T00:18:07.372305Z" } ] }, { "id":"example", "current_value":"333", "at":"2013-05-10T00:18:07.372305Z", "max_value":"555.0", "min_value":"5.0", "datapoints":[ { "value":"333", "at":"2013-05-09T23:44:09.450795Z" }, { "value":"333", "at":"2013-05-10T00:11:10.484459Z" }, { "value":"333", "at":"2013-05-10T00:18:07.372305Z" } ] }, { "id":"key", "current_value":"val", "at":"2013-05-10T00:18:07.372305Z", "max_value":"0.0", "min_value":"0.0", "datapoints":[ { "value":"value", "at":"2013-05-09T23:44:09.450795Z" }, { "value":"value", "at":"2013-05-10T00:11:10.484459Z" }, { "value":"val", "at":"2013-05-10T00:18:07.372305Z" } ] }, { "id":"temp" } ], "location":{ "disposition":"mobile", "domain":"physical", "lat":17.0567846099426, "lon":-88.59375 } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms