Stay organized with collectionsSave and categorize content based on your preferences.
Contacts query parameters
The Domain Shared Contacts API supports the following standard Google Data API query
parameters:
Name
Description
alt
The type of feed to return, such asatom(default),rss, orjson.
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 formax-results.
start-index
The 1-based index of the first result to retrieve (for paging).
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 islastmodified.
showdeleted
Include deleted contacts in the returned contacts feed. Valid
values aretrueorfalse. 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 theshowdeletedquery parameter.
sortorder
Sorting order direction. Can be eitherascendingordescending.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["Contacts query parameters\n-------------------------\n\nThe Domain Shared Contacts API supports the following standard Google Data API query\nparameters:\n\n| Name | Description |\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `alt` | The type of feed to return, such as `atom` (default), `rss`, or `json`. |\n| `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`. |\n| `start-index` | The 1-based index of the first result to retrieve (for paging). |\n| `updated-min` | The lower bound for entry update dates. |\n\nFor more information about the standard parameters, see\n[Google Data APIs protocol reference](https://developers.google.com/gdata/docs/2.0/reference).\n\nIn addition to the standard query parameters, the Domain Shared Contacts API supports\nthe following parameters:\n\n| Name | Description |\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `orderby` | Sorting criteria. The only supported value is `lastmodified`. |\n| `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 `\u003catom:id\u003e` element and a `\u003cgd:deleted\u003e` 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. |\n| `sortorder` | Sorting order direction. Can be either `ascending` or `descending`. |"]]