Returns the list of entries to the indicated feed.
1 google.contacts.getEntries
<google.contacts.getEntries>
<feed /> +
</google.contacts.getEntries>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Efeed | ContactFeed | Feed from which you will obtain the list of entries. |
Returns | |
---|---|
Type | Description |
Object[] | List of entries of the feed. |
Example
Copy
<xsql-script name='contacts_getEntries'> <body> </body> </xsql-script>