企业话术列表
GET
/open-api/quick_reply_v3/list请求参数
Query 参数
id
integer
可选
分组ID 如果不传则为全部
示例值:
1
limit
integer
可选
每页数量 最大 100
示例值:
20
offset
integer
可选
当前偏移量 最大 100000
示例值:
0
keyword
string
关键词搜索
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
has_next
boolean
必需
objects
array [object {29}]
必需
children
array [object {27}]
可选
content
null
文本内容
content_type
string
话术类型
corp_id
string
企业id
created_at
integer
创建时间
creator_id
null
创建人id
deleted
boolean
可选
department_list
array[string]
可选
exact_keywords
array[string]
可选
file_id
null
文件id
file_name
null
文件名
file_size
null
文件大小
file_type
null
文件类型
file_url
null
文件链接
fuzzy_keywords
array[string]
模糊匹配词
global_order
integer
可选
id
integer
话术id
keyword_count
integer
可选
name
string
话术名称
order
integer
话术顺序
parent_id
integer
可选
quick_reply_type
string
可选
scope
string
可选
searchable_text
string
可选
send_count
integer
发送次数
staff_ext_id
string
创建员工ext_id
staff_name
string
创建员工名
updated_at
integer
更新时间
updated_remind
boolean
是否更新提醒
status_code
integer
必需
status_message
string
必需
success
boolean
必需
total_count
integer
总数
示例
{
"has_next": false,
"objects": [
{
"children": [
{
"content": "wwww",
"content_type": "text",
"corp_id": "1805338439521850369",
"created_at": 1728728810,
"creator_id": null,
"deleted": false,
"department_list": [],
"exact_keywords": [],
"file_id": null,
"file_name": null,
"file_size": null,
"file_type": null,
"file_url": null,
"fuzzy_keywords": [],
"global_order": 1,
"id": 102732897,
"keyword_count": 0,
"name": "aaa",
"order": 1,
"parent_id": 102732896,
"quick_reply_type": "content",
"scope": "corp",
"searchable_text": null,
"send_count": 0,
"staff_ext_id": "wogizUDQAAjl9pJE7tCMuiFQ5PKTjQQQ",
"updated_at": 1728728810,
"updated_remind": false
}
],
"content": null,
"content_type": "text",
"corp_id": "1805338439521850369",
"created_at": 1728728810,
"creator_id": null,
"deleted": false,
"department_list": [],
"exact_keywords": [],
"file_id": null,
"file_name": null,
"file_size": null,
"file_type": null,
"file_url": null,
"fuzzy_keywords": [],
"global_order": 11,
"id": 102732896,
"keyword_count": 0,
"name": "aaa",
"order": 10,
"parent_id": 102685447,
"quick_reply_type": "collection",
"scope": "corp",
"searchable_text": "wwww",
"send_count": 0,
"staff_ext_id": "wogizUDQAAjl9pJE7tCMuiFQ5PKTjQQQ",
"staff_name": "苏懋",
"updated_at": 1728728810,
"updated_remind": false
}
],
"status_code": 200,
"status_message": "ok",
"success": true,
"total_count": 1
}
最后修改时间: 3 个月前