云客服-查询接入码(queryAccessCodeList):请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
X-APP-Key |
string |
False |
appKey字段,用户标识,请联系运营人员获取appKey |
2 |
Authorization |
string |
True |
鉴权字段,内容格式为: Bearer +tokenByAKSK接口的返回值中AccessToken(Bearer后有空格) |
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1.1 |
accessCode |
string |
False |
接入码 支持模糊查询 |
1.2 |
mediatypeId |
integer |
False |
媒体类型 2:点击通话 5:音视频 53:多媒体 |
1.3 |
description |
string |
False |
接入码描述 支持模糊查询 |
1.4 |
limit |
integer |
False |
表示每页的查询数量,0-100,默认100,如果输入超过100,将默认查询100条 |
1.5 |
offset |
integer |
False |
offset用于确定查询的起始页。offset取值范围为:offset=limit*(page-1),page为需要查询的起始页。offset默认值0,最大值100 |