分页查询超时回复规则列表

企业可通过此接口分页查询超时回复规则列表

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/chat/timeout/rule_list_page

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数

{
  "keyword": "",
  "page_size": 20,
  "current_index": 1
}
参数 类型 必填 说明
keyword string 搜索关键字
current_index int 页码。默认值为1
page_size int 列表返回长度。默认值为20,最大值为100

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "total": 4,
    "records": [
      {
        "rule_id": "wrROPkDQAAgp7NDFK1CVMzS1w001V400",
        "rule_name": "群聊",
        "create_time": 123,
        "update_time": 423
      }
    ]
  }
}

返回说明:

参数 类型 说明
code int 出错返回码,为0表示成功,非0表示调用失败
msg string 返回码描述
data Page 分页对象
total int 总量
records object[] 群聊列表
rule_id string 规则id
rule_name string 规则名称
create_time long 创建时间,格式:时间戳.精度:秒
update_time long 修改时间,格式:时间戳.精度:秒

results matching ""

    No results matching ""