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 . Basecamp . GetListsInProject
Retrieves a list of To-do records that are in the given project.
/*
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 retrieves a list of To-do records that are in the given project, with an optional filter to limit the results. Go here for more information on this API method.
Here's an example of the XML returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <todo-lists type="array"> <todo-list> <completed-count type="integer">0</completed-count> <description>A few notes I jotted down to review before next week's developers conference.</description> <id type="integer">17597929</id> <milestone-id nil="true"></milestone-id> <name>Prepare for developers conference</name> <position type="integer">1</position> <private type="boolean">false</private> <project-id type="integer">8407070</project-id> <tracked type="boolean">false</tracked> <uncompleted-count type="integer">3</uncompleted-count> <completed type="boolean">false</completed> <complete deprecated="true">false</complete> </todo-list> </todo-lists> <?xml version="1.0" encoding="UTF-8"?> <todo-lists type="array"> <todo-list> <completed-count type="integer">0</completed-count> <description>Some ideas for productivity</description> <id type="integer">18597432</id> <milestone-id nil="true"></milestone-id> <name>Motivate employees</name> <position type="integer">2</position> <private type="boolean">false</private> <project-id type="integer">8407070</project-id> <tracked type="boolean">false</tracked> <uncompleted-count type="integer">7</uncompleted-count> <completed type="boolean">false</completed> <complete deprecated="true">false</complete> </todo-list> </todo-lists>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms