文档
测试

内容分类-列表查询

GET
/api/repository/classification

请求参数

参数名
类型
描述
必填
params[dataType]
字符串
服务商知识库填写AGENCY,cyy知识库填写CYY
必填
params[businessType]
字符串
业务类型,服务商知识库时才有该选项
可选
params[contentType]
字符串
内容类型
可选
params[systemTypes]
数组
系统,可传多个值
可选
params[status]
字符串
状态
可选
params[keyword]
字符串
关键字,根据分类名模糊搜索
可选
params[pageNo]
数字
第几页
可选
params[pageSize]
数字
每页条数
可选

响应参数

参数名
类型
描述
必填
code
数字
请求结果状态码
必填
message
字符串
请求结果
必填
data
单个对象{}
结果数据
必填
pageNo
数字
当前页数
必填
pageSize
数字
每页条数
必填
pageCount
数字
总页数
必填
totalItemsCount
数字
总条数
必填
items
数组[]
数据列表
必填
id
数字
主键id
必填
businessType
字符串
业务类型
必填
contentType
字符串
内容类型
必填
systemType
字符串
系统
必填
name
字符串
分类名
必填
priority
数字
优先级
必填
status
字符串
状态
必填
createDate
字符串
创建时间
必填
createBy
字符串
创建人
必填
updateDate
字符串
更新时间
必填
updateBy
字符串
更新人
必填