企业话术分组列表
GET
/open-api/quick_reply_v3/group/list请求参数
无
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
has_next
boolean
required
objects
array [object {29}]
required
col_count
integer
话术总数
content
null
optional
content_type
string
optional
corp_id
string
企业id
created_at
integer
创建时间
creator_id
null
创建人id
deleted
boolean
是否删除
department_list
array[string]
可见部门
exact_keywords
array[string]
optional
file_id
null
optional
file_name
null
optional
file_size
null
optional
file_type
null
optional
file_url
null
optional
fuzzy_keywords
array[string]
optional
global_order
integer
optional
id
integer
分组id
keyword_count
integer
optional
level
integer
分组层级
name
string
分组名
order
integer
分组顺序
parent_id
integer
上级分组id
quick_reply_type
string
optional
scope
string
optional
searchable_text
null
optional
send_count
integer
optional
staff_ext_id
string
创建员工ext_id
updated_at
integer
更新时间
updated_remind
boolean
optional
status_code
integer
required
status_message
string
required
success
boolean
required
total_count
integer
总数
Example
{
"has_next": false,
"objects": [
{
"children": [
{
"col_count": 0,
"content": null,
"content_type": "text",
"corp_id": "1805338439521850369",
"created_at": 1726800176,
"creator_id": null,
"deleted": false,
"department_list": [
"1"
],
"exact_keywords": [],
"file_id": null,
"file_name": null,
"file_size": null,
"file_type": null,
"file_url": null,
"fuzzy_keywords": [],
"global_order": 1,
"id": 102685448,
"keyword_count": 0,
"level": 2,
"name": "分组1",
"order": 1,
"parent_id": 102685447,
"quick_reply_type": "group",
"scope": "corp",
"searchable_text": null,
"send_count": 0,
"staff_ext_id": "wogizUDQAAjl9pJE7tCMuiFQ5PKTjQQQ",
"updated_at": 1726800815,
"updated_remind": false
}
],
"col_count": 7,
"content": null,
"content_type": "text",
"corp_id": "1805338439521850369",
"created_at": 1726800176,
"creator_id": null,
"deleted": false,
"department_list": [
"1"
],
"exact_keywords": [],
"file_id": null,
"file_name": null,
"file_size": null,
"file_type": null,
"file_url": null,
"fuzzy_keywords": [],
"global_order": 1,
"id": 102685447,
"keyword_count": 0,
"level": 1,
"name": "分组",
"order": 2,
"parent_id": 0,
"quick_reply_type": "group",
"scope": "corp",
"searchable_text": null,
"send_count": 0,
"staff_ext_id": "wogizUDQAAjl9pJE7tCMuiFQ5PKTjQQQ",
"updated_at": 1726800815,
"updated_remind": false
}
],
"status_code": 200,
"status_message": "ok",
"success": true,
"total_count": 2
}
Last modified: 1 个月前