Returns the entry of the index id of the feed argument.
1 google.contacts.getEntry
<google.contacts.getEntry id='id'>
<feed /> +
</google.contacts.getEntry>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aid | Integer | Id of the entry you want to obtain. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Efeed | ContactsService | Feed from which you will obtain the entry with the id identifier. |
Returns | |
---|---|
Type | Description |
ContactEntry | Obtained entry. |
Example
Copy
<xsql-script name='contacts_getEntry'> <body> </body> </xsql-script>