- 状态码
- 接口书 写说明
- 版本变更说明
- 后端接口
- 业务流程
- 删除某个流程实例POST
- 流程中断POST
- 流程作废POST
- 流程回退POST
- 流程恢复POST
- 流程恢复POST
- 刷新同步POST
- 流程取回POST
- 流程抄送POST
- 提交流程POST
- 流程作废POST
- 流程取回POST
- 查看单个流程详情POST
- 流程抄送POST
- 流程中断POST
- 根据流程实例id获取待办节点信息POST
- 流程回退POST
- 流程 - 取消委托POST
- 流程 - 委托POST
- 流程 - 拒绝委托POST
- 流程 - 接受委托POST
- 流程发起(提交第一步,存草稿)POST
- 流程定义获取接口POST
- 流程执行实例查询接口POST
- 获取多个应用待办简略listPOST
- 获取实例列表总数POST
- 获取流程从表数据列表POST
- 获取流程从表数据列表(新)GET
- 获取流程列表POST
- 获取流程列表(java中转)POST
- 获取流程数据-从表单条数据详情POST
- 企业用户扩展信息应用绑定设置POST
- 获取流程列表(list结构)POST
- 流程从表数据(添加|更新)POST
- 流程从表数据删除POST
- 超管修改流程主表数据POST
- 数据流
- 文件存储
- 消息服务
- 用户与角色
- 租户服务
- 通用接口
- 前端接口
获取流程列表(java中转)
POST
/openservice/app-designer/openworkflow/list
后端接口/业务流程
请求参数
Query 参数
entId
string
企业ID
userId
string
用户ID
Body 参数application/json
order
array [object {2}]
必需
field
string
可选
type
string
可选
appId
string
必需
module
string
必需
tableId
string
必需
viewId
string
必需
viewType
string
必需
searchText
string
必需
searchFields
array[string]
必需
categoryIds
array[string]
必需
treeConditions
array[string]
必需
condition
object
必需
conditions
array[string]
必需
type
string
必需
perPage
integer
必需
start
integer
必需
columnFields
array [object {2}]
必需
tableId
string
必需
fieldId
string
必需
searchFieldSlaves
array[string]
必需
searchFieldExtendTables
array[string]
必需
示例
{
"order": [
{
"field": "jichugongzuoliuzef_created_at",
"type": "DESC"
}
],
"appId": "quanlianggongzuoliuz",
"module": "workflow",
"tableId": "jichugongzuoliuzef",
"viewId": "183484228430897152",
"viewType": "list",
"searchText": "",
"searchFields": [],
"categoryIds": [],
"treeConditions": [],
"condition": {
"conditions": [],
"type": "AND"
},
"perPage": 20,
"start": 0,
"columnFields": [
{
"tableId": "jichugongzuoliuzef",
"fieldId": "zifuchuan"
},
{
"tableId": "jichugongzuoliuzef",
"fieldId": "shijianbiaodashi"
},
{
"tableId": "jichugongzuoliuzef",
"fieldId": "zifuchuanchangdubuch"
},
{
"tableId": "jichugongzuoliuzef",
"fieldId": "zifuchuanshoujihaoya"
},
{
"tableId": "jichugongzuoliuzef",
"fieldId": "yonghuxinxi"
},
{
"tableId": "jichugongzuoliuzef",
"fieldId": "shuzixiaoyu5"
}
],
"searchFieldSlaves": [],
"searchFieldExtendTables": []
}
返回响应
🟢200成功
application/json
Body
result
object
必需
jobs
array [object {16}]
必需
count
integer
必需
linked
array[string]
必需
msg
string
必需
code
integer
必需
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-09-26 01:44:20