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 . GetContactsWithQuery
Retrieves the contact or contacts in that account that match a specified query term.
/*
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 the contact or contacts in that account that match a specified query term. Go here for more information on this API method, and here for a list of supported query term parameters.
Here is an example of the XML returned by this Choreo:
<?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/"CUcGSXc8cSt7I2A9WhRQE0o.""> <id>lenagrove@jeffco.faux</id> <updated>2011-12-08T19:37:08.979Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact"/> <title>AJ Jennings's Contacts</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/contacts/lenagrove%40jeffco.faux/full"/> <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/full"/> <link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/full/batch"/> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/full?q=fort+worth&max-results=25"/> <author> <name>AJ Jennings</name> <email>lenagrove@jeffco.faux</email> </author> <generator version="1.0" uri="http://www.google.com/m8/feeds">Contacts</generator> <openSearch:totalResults>1</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>25</openSearch:itemsPerPage> <entry gd:etag=""SX0yfTVSLit7I2A9WhRQEkoNTw0.""> <id>http://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/base/25b4180c0d2cadb5</id> <updated>2011-12-07T17:11:38.395Z</updated> <app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-07T17:11:38.395Z</app:edited> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact"/> <title>William Jennings</title> <link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/lenagrove%40jeffco.faux/25b4180c0d2cadb5"/> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/full/25b4180c0d2cadb5"/> <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/lenagrove%40jeffco.faux/full/25b4180c0d2cadb5"/> <gd:name> <gd:fullName>William Jennings</gd:fullName> <gd:givenName>William</gd:givenName> <gd:familyName>Jennings</gd:familyName> </gd:name> <gd:email rel="http://schemas.google.com/g/2005#home" address="wjennings@bigco.faux" primary="true"/> <gd:phoneNumber rel="http://schemas.google.com/g/2005#mobile">212-654-0909</gd:phoneNumber> <gd:structuredPostalAddress rel="http://schemas.google.com/g/2005#home"> <gd:formattedAddress>123 Main St. Fort Worth, TX</gd:formattedAddress> <gd:street>123 Main St.</gd:street> <gd:city>Fort Worth</gd:city> <gd:region>TX</gd:region> </gd:structuredPostalAddress> <gContact:userDefinedField key="Twitter" value="screenman"/> <gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/lenagrove%40jeffco.faux/base/6"/> </entry> </feed>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms