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 . Google . Contacts . GetAllGroups
Retrieve data for all groups in an 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 uses an OAuth 2.0 client ID, client secret, access token, and refresh token to authenticate the associated Google account, then retrieves information for all of the contact groups in that account. Go here for more information on this API method.
Here is an example of the XML returned by this Choreo (truncated for readability):
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:gContact="http://schemas.google.com/contact/2008" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns:gd="http://schemas.google.com/g/2005" gd:etag="W/"A0cMQns7fCt7I2A9WhRQFEg.""> <id>georgeglass@brady.faux</id> <updated>2011-12-09T19:31:23.504Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#group"/> <title>Georeg Glass's Contact Groups</title> <link rel="alternate" type="text/html" href="http://www.google.com/"/> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full"/> <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full"/> <link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/batch"/> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full?max-results=25"/> <author> <name>George Glass</name> <email>georgeglass@brady.faux</email> </author> ... <entry gd:etag=""YDwreyM.""> <id>http://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/base/6</id> <updated>1970-01-01T00:00:00.000Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#group"/> <title>System Group: My Contacts</title> <content>System Group: My Contacts</content> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/6"/> <gContact:systemGroup id="Contacts"/> </entry> ... <entry gd:etag=""Rns6cTVSLit7I2A9WhRQFEgJQwQ.""> <id>http://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/base/598553778f83d859</id> <updated>2011-12-09T17:56:47.519Z</updated> <app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-09T17:56:47.519Z</app:edited> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#group"/> <title>Research</title> <content>Research</content> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/598553778f83d859"/> <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/598553778f83d859"/> </entry> <entry gd:etag=""RHg8fzVSLit7I2A9WhRQFEgJTww.""> <id>http://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/base/7d7f1b1b8cc0729d</id> <updated>2011-12-09T18:04:45.677Z</updated> <app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-09T18:04:45.677Z</app:edited> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#group"/> <title>Development</title> <content>Development</content> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/7d7f1b1b8cc0729d"/> <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/groups/georgeglass%40brady.faux/full/7d7f1b1b8cc0729d"/> </entry> </feed>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms