文档
测试

101 全部审批流配置查询

POST
http://localhost:8080/oa/process/list?start=0&length=10&processCode=&processName=&state=

请求参数

必填
参数名
类型
描述
必填
start
int
0
必填
length
int
10
必填
processCode
String
流程编码
必填
processName
String
流程名称
必填
state
int
0 0.启用 1.禁用 -1 全部

响应参数

必填
参数名
类型
描述
必填
code
int
示例:0
必填
page
object
数据字典
必填
recordsTotal
int
示例:1
必填
recordsFiltered
int
示例:1
必填
sEcho
object
数据字典
必填
list
array
数据列表
必填
id
int
示例:1
必填
processName
string
示例:采购申请单 流程名称
必填
processCode
string
示例:purchase 流程编码
必填
remark
string
示例:采购申请单1 备注
必填
state
int
示例:0 流程状态 0.启用 1.禁用 默认0
必填
createTime
string
示例:2021-11-17 14:25:55 创建时间
必填
createUser
string
示例:admin 创建人