调用ListPhoneNumbers获取指定实例下的号码列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 ID。 | ccc-test |
SearchPattern | string | 否 | 根据号码进行模糊匹配,非必填,默认为空,为空表示不过滤。 | 0833 |
Usage | string | 否 | 号码的用途,非必填,默认为空,为空表示不过滤。 枚举值:
| Bidirection |
Active | boolean | 否 | 号码是否可用,非必填,默认为空,为空表示不过滤。 | true |
PageNumber | integer | 是 | 分页序号,范围 1-100。 | 1 |
PageSize | integer | 是 | 分页大小,范围 1-100。 | 20 |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "BA03159C-E808-4FF1-B27E-A61B6E888D7F",
"Code": "OK",
"Message": "无",
"Data": {
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 1,
"List": [
{
"Active": true,
"CreateTime": "1617958538000",
"UserId": "agent@ccc-test",
"Tags": "M1",
"City": "乐山",
"InstanceId": "ccc-test",
"Usage": "Bidirection",
"ContactFlowName": "默认联系流",
"Provider": "alicom",
"Number": "08330011****",
"ContactFlowId": "a3fb6c62-9b49-4942-ae5b-cf2abd4123ek",
"Province": "四川",
"SkillGroups": [
{
"DisplayName": "测试技能组",
"InstanceId": "ccc-test",
"Name": "skillgroup",
"SkillGroupId": "skillgroup@ccc-test"
}
]
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Parameter.Enumeration | The parameter %s must be one of the value of enumeration %s. | 该参数必须为系统限定的枚举值之一。 |
400 | Parameter.Maximum | The parameter %s must be less than or equal to %s. | 参数必须小于或等于系统规定的最大值。 |
400 | Parameter.Minimum | The parameter %s must be greater than or equal to %s. | 参数必须大于或等于系统规定的最小值。 |
400 | Parameter.Empty | The parameter %s may not be null or empty. | 该参数不能为null值或为空字符串。 |
400 | Parameter.Null | The parameter %s may not be null. | 该参数不能为null值. |
404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心实例不存在。 |
访问错误中心查看更多错误码。