- 状态码
- 接口书 写说明
- 版本变更说明
- 后端接口
- 业务流程
- 删除某个流程实例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
- 数据流
- 文件存储
- 消息服务
- 用户与角色
- 租户服务
- 通用接口
- 前端接口
获取多个应用待办简略list
POST
/openApi/out/app/openworkflow/todoForPortal
后端接口/业务流程
请求参数
Body 参数application/json
page
number
第几页
limit
number
每页数量
appId
array[string]
应用ID集合
loginUserId
string
指定用户id
entId
string
指定企业id
示例
{
"entId": "ceshiQiye",
"appId": [
"WuPinLingYongShenQin"
],
"limit": 20,
"loginUserId": "WMS",
"page": 1
}
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
object
必需
data
array [object {18}]
必需
count
enum<number>
总数
枚举值:
示例值:
1
code
enum<number>
必需
枚举值:
示例值:
8010001
success
enum<boolean>
必需
枚举值:
示例值:
true
guid
enum<string>
必需
枚举值:
示例值:
003ea5cdf07a95ea
status
enum<number>
必需
枚举值:
示例值:
200
示例
{
"msg": "string",
"result": {
"data": [
{
"workflow_id": "",
"menu_icon": "",
"step_title": "",
"start_handler_userId": "",
"created_at": "",
"real_handler": "string",
"avatar": "",
"title": "",
"step_id": "",
"message": [
"string"
],
"real_handler_name": "string",
"instance_id": "",
"menu_name": "",
"update_at": "",
"comissioned_to": {
"status": "",
"is_comissioned_me": ""
},
"start_handler": "",
"deadline": [
"string"
],
"node_id": ""
}
],
"count": ""
},
"code": "",
"success": "",
"guid": "",
"status": ""
}
修改于 2023-07-19 02:00:16