The Domain Shared Contacts API supports the following standard Google Data API query
parameters:
Name |
Description |
alt |
The type of feed to return, such as atom (default),
rss , or json . |
max-results |
The maximum number of entries to return. If you want to receive
every contact, rather than only the default maximum, you can
specify a large number for max-results . |
start-index
| The 1-based index of the first result to retrieve (for paging). |
updated-min |
The lower bound for entry update dates. |
For more information about the standard parameters, see
Google Data APIs protocol reference.
In addition to the standard query parameters, the Domain Shared Contacts API supports
the following parameters:
Name |
Description |
orderby |
Sorting criteria. The only supported value is
lastmodified . |
showdeleted |
Include deleted contacts in the returned contacts feed. Valid
values are true or false . Deleted shared
contacts are shown as entries that contain nothing but an
<atom:id> element and a <gd:deleted>
element.
Google retains placeholders for deleted shared contacts for 30
days after deletion. During that time, you can request the
placeholders using the showdeleted query parameter.
|
sortorder |
Sorting order direction. Can be either ascending or
descending . |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
[null,null,["Last updated 2024-12-19 UTC."],[[["The Domain Shared Contacts API uses standard Google Data API query parameters like `alt`, `max-results`, `start-index`, and `updated-min` to filter results."],["Developers can retrieve all contacts by specifying a large number for the `max-results` parameter."],["This API also supports specific parameters including `orderby`, `showdeleted`, and `sortorder` for further customization."],["`showdeleted` allows retrieval of deleted contact placeholders, which Google retains for 30 days, by setting it to `true`."],["While supporting both `ascending` and `descending` orders, the API only allows sorting by `lastmodified` when using the `orderby` parameter."]]],["The Domain Shared Contacts API utilizes standard Google Data API query parameters like `alt` (feed type), `max-results` (entry count), `start-index` (paging), and `updated-min` (update date bound). It also supports specific parameters: `orderby` (sort by last modified), `showdeleted` (include deleted contacts, with placeholders for 30 days), and `sortorder` (ascending/descending). These parameters refine data retrieval.\n"]]