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 . GetAllLists
Retrieves all To-do lists assigned to a specified user or company.
/*
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 all To-do lists assigned to a specified "responsible party" -- a user or company -- regardless of which project the To-Dos are in. The responsible party is referenced by Basecamp ID in the ResponsibleParty input. If no ID is provided, all of the To-Dos for the authenticating user are returned by default.
Note: When specifying a company as the responsible party, add a "c" before the company ID (e.g., "c1234").
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> <todo-items type="array"> <todo-item> <commented-at nil="true"></commented-at> <comments-count type="integer">0</comments-count> <completed type="boolean">false</completed> <content>De-bug the problem methods</content> <created-at type="datetime">2011-12-12T21:28:37Z</created-at> <creator-id type="integer">7471509</creator-id> <due-at nil="true"></due-at> <id type="integer">117614614</id> <position type="integer">3</position> <responsible-party-id type="integer">7471509</responsible-party-id> <responsible-party-type>Person</responsible-party-type> <todo-list-id type="integer">17597929</todo-list-id> <updated-at type="datetime">2011-12-12T21:28:37Z</updated-at> <responsible-party-name>Hiroshi Ibuse</responsible-party-name> <created-on type="datetime" deprecated="true">2011-12-12T21:28:37Z</created-on> <creator-name>Grant Mazzy</creator-name> </todo-item> </todo-items> <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