連絡先のリストを取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
yundun-cert:ListContact |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Keyword |
string |
任意 |
検索キーワード。名前、メールアドレス、電話番号などのキーワードを指定します。 |
186 |
| ShowSize |
integer |
任意 |
ページングクエリで 1 ページあたりに表示する連絡先の数。 |
20 |
| CurrentPage |
integer |
任意 |
ページングクエリの現在のページ番号。デフォルト値: 1。 |
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。Alibaba Cloud は各 API リクエストに対して一意の識別子を生成します。この ID を使用して問題のトラブルシューティングを行えます。 |
31C66C7B-671A-4297-9187-2C4477247A74 |
| TotalCount |
integer |
検索結果の総数。 |
12 |
| ShowSize |
integer |
ページングクエリで 1 ページあたりに表示される証明書の数。デフォルト値: 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 |
Webhook URL。 |
[\"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\"] |
例
成功レスポンス
JSONJSON
{
"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\\\"]"
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。