Domain Shared Contacts API รองรับพารามิเตอร์การค้นหา Google Data API มาตรฐานต่อไปนี้
ชื่อ |
คำอธิบาย |
alt |
ประเภทฟีดที่จะแสดง เช่น atom (ค่าเริ่มต้น), rss หรือ json |
max-results |
จำนวนรายการสูงสุดที่จะแสดง หากต้องการรับทุกรายชื่อติดต่อ ไม่ใช่เฉพาะจำนวนสูงสุดเริ่มต้น คุณสามารถระบุค่าที่สูงสำหรับ max-results ได้ |
start-index
| ดัชนีฐาน 1 ของผลการค้นหารายการแรกที่ดึงข้อมูล (สำหรับการแบ่งหน้า) |
updated-min |
ขอบเขตล่างสำหรับวันที่อัปเดตรายการ |
ดูข้อมูลเพิ่มเติมเกี่ยวกับพารามิเตอร์มาตรฐานได้ที่ข้อมูลอ้างอิงโปรโตคอล Google Data API
นอกเหนือจากพารามิเตอร์การค้นหามาตรฐานแล้ว Domain Shared Contacts API ยังรองรับพารามิเตอร์ต่อไปนี้ด้วย
ชื่อ |
คำอธิบาย |
orderby |
เกณฑ์การจัดเรียง ค่าที่รองรับมีเพียง lastmodified เท่านั้น |
showdeleted |
รวมรายชื่อติดต่อที่ลบไปแล้วในฟีดรายชื่อติดต่อที่แสดง ค่าที่ใช้ได้คือ true หรือ false รายชื่อติดต่อที่แชร์ซึ่งถูกลบจะแสดงเป็นรายการที่ไม่มีสิ่งใดนอกจากองค์ประกอบ <atom:id> และองค์ประกอบ <gd:deleted>
Google จะเก็บตัวยึดตําแหน่งสําหรับรายชื่อติดต่อที่แชร์ซึ่งถูกลบไว้เป็นเวลา 30 วันหลังจากการลบ ในระหว่างนี้ คุณสามารถขอตัวยึดตําแหน่งได้โดยใช้พารามิเตอร์การค้นหา showdeleted
|
sortorder |
ลำดับการจัดเรียง อาจเป็น ascending หรือ
descending ก็ได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]