查询知识图谱-助力客户服务配置列表
测试环境
http://47.109.69.90:10001
测试环境
http://47.109.69.90:10001
GET
/business/assistCustomerConfig/list
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
createBy
string
创建者
createTime
string
创建时间
updateBy
string
更新者
updateTime
string
更新时间
remark
string
备注
delFlag
string
可选
params.key.key
可选
id
integer
可选
title
string
标题
photoId
integer
图片id
status
string
可选
deptId
integer
部门id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.109.69.90:10001/business/assistCustomerConfig/list?createBy&createTime&updateBy&updateTime&remark&delFlag¶ms.key.key&id&title&photoId&status&deptId'
返回响应
🟢200成功
application/json
Body
表格分页数据对象
total
integer | null
总记录数
rows
array[object (AssistCustomerConfig) {12}] | null
列表数据
createBy
string | null
创建者
createTime
string | null
创建时间
updateBy
string | null
更新者
updateTime
string | null
更新时间
remark
string | null
备注
delFlag
string | null
可选
id
integer | null
可选
title
string | null
标题
photoId
integer | null
图片id
photoUrl
string
必需
status
string | null
可选
deptId
integer | null
部门id
code
integer | null
消息状态码
msg
string | null
消息内容
示例
{
"total": 0,
"rows": [],
"code": 0,
"msg": ""
}
修改于 2023-10-19 02:02:04