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> 요소만 포함된 항목으로 표시됩니다.
삭제된 공유 연락처의 자리표시자는 삭제 후 30일 동안 보관됩니다. 이 기간 동안 showdeleted 쿼리 매개변수를 사용하여 자리표시자를 요청할 수 있습니다.
|
sortorder |
정렬 순서 방향입니다. ascending 또는 descending 일 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]