云客服-查询接入码与技能队列、IVR绑定关系(queryCalledRoute):请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
X-APP-Key |
string |
False |
appKey字段,用户标识,请联系运营人员获取appKey |
2 |
Authorization |
string |
True |
鉴权字段,内容格式为: Bearer +tokenByAKSK接口的返回值中AccessToken(Bearer后有空格) |
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1.1 |
accessCode |
string |
False |
接入码 |
1.2 |
extCode |
string |
False |
扩展码 |
1.3 |
devicetype |
integer |
False |
设备类型 1:技能队列 3:IVR |
1.4 |
deviceDesc |
string |
False |
设备名称(技能队列/IVR名称)支持模糊匹配 |
1.5 |
mediaTypeId |
integer |
False |
媒体类型 2:语音点击通话 5:音视频 18:视频点击通话 19:视频 53:多媒体 |
1.6 |
limit |
integer |
False |
表示每页的查询数量,0-100,默认100,如果输入超过100,将默认查询100条 |
1.7 |
offset |
integer |
False |
offset用于确定查询的起始页。offset取值范围为:offset=limit*(page-1),page为需要查询的起始页。offset默认值为0,如果输入负数,将按照0查询 |