קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ממשק Domain Shared Contacts API תומך בפרמטרים הרגילים הבאים של שאילתות ב-Google Data API:
שם |
תיאור |
alt |
סוג הפיד שיוחזר, למשל atom (ברירת המחדל), rss או json . |
max-results |
המספר המקסימלי של הרשומות להחזרה. אם רוצים לקבל את כל אנשי הקשר, ולא רק את המספר המקסימלי שמוגדר כברירת מחדל, אפשר לציין מספר גדול עבור max-results . |
start-index
| האינדקס (מספר המיקום) של התוצאה הראשונה לאחזור, כשהספירה מתחילה מ-1 (לחלוקה לדפים). |
updated-min |
הערך התחתון של תאריכי העדכון של הרשומה. |
מידע נוסף על הפרמטרים הרגילים זמין בחומר העזר בנושא פרוטוקול Google Data APIs.
בנוסף לפרמטרים הרגילים של השאילתות, ב-Domain Shared Contacts API יש תמיכה בפרמטרים הבאים:
שם |
תיאור |
orderby |
קריטריונים למיון. הערך הנתמך היחיד הוא
lastmodified . |
showdeleted |
הכללתם של אנשי קשר שנמחקו בפיד אנשי הקשר המוחזר. הערכים החוקיים הם true או false . אנשי הקשר המשותפים שנמחקו מוצגים כרשומים שמכילים רק רכיב <atom:id> ורכיב <gd:deleted> .
Google שומרת את הסמנים של אנשי הקשר המשותפים שנמחקו למשך 30 יום אחרי המחיקה. במהלך התקופה הזו, תוכלו לבקש את התוויות באמצעות פרמטר השאילתה showdeleted .
|
sortorder |
כיוון סדר המיון. הערך יכול להיות ascending או descending . |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-25 (שעון 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`. |"]]