获取流程列表
POST
/openApi/app/openworkflow/getList
前端接口/应用接口
接口说明#
请求参数
Body 参数application/json
appId
string
必需
condition
object
必需
type
string
必需
groups
array [object {2}]
必需
tableId
string
必需
searchFields
object
必需
pageNum
integer
必需
pageSize
integer
必需
order
object
必需
object
必需
示例
{
"appId": "GongZuoXieTong",
"condition": {
"type": "OR",
"groups": [
{
"type": "OR",
"conditions": [
{
"table": "gongzuoxietong",
"field": "gongzuobiaoti",
"symbol": "unequal",
"type": "string",
"value": "测试代办列表"
}
]
},
{
"type": "OR",
"conditions": [
{
"table": "gongzuoxietong",
"field": "gongzuobiaoti",
"symbol": "unequal",
"type": "string",
"value": "测试代办列表"
}
]
},
{
"type": "OR",
"conditions": [
{
"table": "gongzuoxietong",
"field": "gongzuobiaoti",
"symbol": "unequal",
"type": "string",
"value": "测试代办列表"
}
]
}
]
},
"tableId": "gongzuoxietong",
"searchFields": {
"gongzuobiaoti": "gongzuobiaoti"
},
"pageNum": 1,
"pageSize": 10,
"order": {
"": {
"field": "gongzuobiaoti",
"type": "asc"
}
}
}
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
object
必需
5e002a666c5b8a78496a2c09
object
必需
code
integer
必需
success
boolean
必需
guid
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-04-25 09:05:48