获取流程列表
POST
/openApi/out/app/openworkflow/getList
后端接口/业务流程
请求参数
Body 参数application/json
appId
string
应用id
condition
array[string]
条件组
tableId
string
表id
searchFields
array[string]
查询字段
pageNum
string
第几页
pageSize
string
每页数量
order
array[string]
排序
loginUserId
string
指定用户id
entId
string
指定企业id
示例
{
"entId": "ceshiQiye",
"pageSize": 10,
"pageNum": 1,
"condition": {
"groups": [
{
"type": "AND",
"conditions": [
{
"symbol": "unequal",
"type": "string",
"field": "gongzuobiaoti",
"value": "测试代办列表",
"table": "gongzuoxietong"
}
]
}
],
"type": "AND"
},
"appId": "GongZuoXieTong",
"tableId": "gongzuoxietong",
"searchFields": {
"all": "all",
"gongzuobiaoti": "gongzuobiaoti"
},
"loginUserId": "WMS",
"order": [
{
"type": "asc",
"field": "gongzuobiaoti"
}
]
}
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
object
必需
5e002a666c5b8a78496a2c09
object
必需
code
integer
必需
success
boolean
必需
guid
string
必需
uuid
string
必需
status
integer
必需
示例
{
"msg": "",
"result": {
"5e002a666c5b8a78496a2c09": {
"current_nodes": [
"WorkNode_4"
],
"instance_id": 10090,
"update_at": "2018-05-10 16:48:32",
"created_at": "2018-05-10 16:47:43",
"version_id": 1,
"created_by": "ApiTest",
"app_id": 10090,
"definition_title": "工作协同",
"status": "start"
}
},
"code": 8010001,
"success": true,
"guid": "d86e60663e6e2290",
"uuid": "d86e60663e6e2290",
"status": 200
}
修改于 2023-05-18 07:05:30