日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ListPhoneNumbersOfSkillGroup - 獲取技能組的號(hào)碼列表

更新時(shí)間:

調(diào)用ListPhoneNumbersOfSkillGroup獲取指定實(shí)例下指定技能組關(guān)聯(lián)的號(hào)碼列表,也可以通過(guò)該接口反查未關(guān)聯(lián)但可關(guān)聯(lián)到該技能組的號(hào)碼。

接口說(shuō)明

注意:如果號(hào)碼已作為個(gè)人外呼號(hào)碼使用,則不會(huì)出現(xiàn)在可添加到技能組的號(hào)碼列表中。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無(wú)授權(quán)信息透出。

請(qǐng)求參數(shù)

名稱類型必填描述示例值
InstanceIdstring

實(shí)例 ID。

ccc-test
SkillGroupIdstring

技能組 ID。

skillgroup@ccc-test
PageNumberinteger

分頁(yè)序號(hào),范圍 1-100。

1
PageSizeinteger

分頁(yè)大小,范圍 1-100。

10
IsMemberboolean

是否關(guān)聯(lián)技能組,若為 true,則查詢 SkillgroupId 關(guān)聯(lián)的號(hào)碼列表,若為 false,則查詢 SkillgroupId 可關(guān)聯(lián)但未關(guān)聯(lián)的號(hào)碼列表。通常和 AddNumbersToSkillGroup 接口一起使用。

true
SearchPatternstring

根據(jù)號(hào)碼進(jìn)行模糊匹配,非必填,默認(rèn)為空,為空表示不過(guò)濾。

0833
Activeboolean

號(hào)碼是否可用,非必填,默認(rèn)為空,為空表示不過(guò)濾。

true

返回參數(shù)

名稱類型描述示例值
object
Codestring

響應(yīng)碼。

OK
HttpStatusCodeinteger

HTTP 狀態(tài)碼。

200
Messagestring

響應(yīng)信息。

無(wú)
RequestIdstring

請(qǐng)求 ID。

EEEE671A-3E24-4A04-81E6-6C4F5B39DF75
Dataobject

數(shù)據(jù)。

PageNumberinteger

分頁(yè)序號(hào),范圍 1-100。

1
PageSizeinteger

分頁(yè)大小,范圍 1-100。

10
TotalCountinteger

總數(shù)。

1
Listarray<object>

號(hào)碼列表。

object
Activeboolean

號(hào)碼是否可用。

true
Numberstring

號(hào)碼。

08330011****
Citystring

號(hào)碼歸屬地市。

樂(lè)山
InstanceIdstring

實(shí)例 ID。

ccc-test
Usagestring

號(hào)碼用途。

枚舉值:
  • Outbound呼出。
  • Inbound呼入
  • Bidirection呼入和呼出
Bidirection
ContactFlowIdstring

號(hào)碼關(guān)聯(lián)的 IVR 聯(lián)系流 ID。

a3fb6c62-9b49-4942-ae5b-cf2abd4123ek
Provincestring

號(hào)碼歸屬地省。

四川

示例

正常返回示例

JSON格式

{
  "Code": "OK",
  "HttpStatusCode": 200,
  "Message": "無(wú)",
  "RequestId": "EEEE671A-3E24-4A04-81E6-6C4F5B39DF75",
  "Data": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 1,
    "List": [
      {
        "Active": true,
        "Number": "08330011****",
        "City": "樂(lè)山",
        "InstanceId": "ccc-test",
        "Usage": "Bidirection",
        "ContactFlowId": "a3fb6c62-9b49-4942-ae5b-cf2abd4123ek",
        "Province": "四川"
      }
    ]
  }
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400Parameter.MaximumThe parameter %s must be less than or equal to %s.參數(shù)必須小于或等于系統(tǒng)規(guī)定的最大值。
400Parameter.MinimumThe parameter %s must be greater than or equal to %s.參數(shù)必須大于或等于系統(tǒng)規(guī)定的最小值。
400Parameter.EmptyThe parameter %s may not be null or empty.該參數(shù)不能為null值或?yàn)榭兆址?/span>
400Parameter.NullThe parameter %s may not be null.該參數(shù)不能為null值.
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心實(shí)例不存在。
404NotExists.SkillGroupIdThe skill group ID %s does not exist in instance %s.呼叫中心實(shí)例中不存在指定的技能組ID。

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
暫無(wú)變更歷史