ממשק 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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-22 (שעון 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"]]