取得聯絡人清單。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-cert:ListContact |
list |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Keyword |
string |
否 |
搜尋關鍵字。例如姓名、電子郵件和電話中的關鍵字。 |
186 |
| ShowSize |
integer |
否 |
分頁查詢時,設定每頁顯示聯絡人的個數。 |
20 |
| CurrentPage |
integer |
否 |
分頁,目前頁碼,預設為 1。 |
1 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
本次呼叫請求的 ID,是由阿里雲端為該請求產生的唯一識別碼,可用於排查和定位問題。 |
31C66C7B-671A-4297-9187-2C4477247A74 |
| TotalCount |
integer |
搜尋總數量。 |
12 |
| ShowSize |
integer |
分頁查詢時,設定每頁顯示憑證的數量。預設值為 20。 |
20 |
| CurrentPage |
integer |
分頁查詢時,設定目前頁面的頁碼。預設值為 1。 |
1 |
| Keyword |
string |
模糊查詢關鍵字。 |
186 |
| ContactList |
array<object> |
聯絡人清單。 |
|
|
object |
聯絡人物件。 |
||
| ContactId |
integer |
聯絡人 ID。 |
519580 |
| Name |
string |
聯絡人姓名。 |
John |
| Mobile |
string |
手機號碼。 |
139****8888 |
| MobileStatus |
integer |
手機號碼是否已驗證。 |
1 |
|
string |
聯絡人電子郵件地址。 |
username@example.com |
|
| EmailStatus |
integer |
電子郵件地址是否已通過驗證。 |
1 |
| Webhooks |
string |
機器人地址。 |
[\"https://open.feishu.cn/open-apis/bot/v2/hook/XXX\",\"https://oapi.dingtalk.com/robot/send?access_token=XXX\",\"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=XXX\"] |
樣本
正常返回樣本
JSON格式
{
"RequestId": "31C66C7B-671A-4297-9187-2C4477247A74",
"TotalCount": 12,
"ShowSize": 20,
"CurrentPage": 1,
"Keyword": "186",
"ContactList": [
{
"ContactId": 519580,
"Name": "John",
"Mobile": "139****8888",
"MobileStatus": 1,
"Email": "username@example.com",
"EmailStatus": 1,
"Webhooks": "[\\\"https://open.feishu.cn/open-apis/bot/v2/hook/XXX\\\",\\\"https://oapi.dingtalk.com/robot/send?access_token=XXX\\\",\\\"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=XXX\\\"]"
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。