获取多个应用待办简略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": "WuPinLingYongShenQin",
"menu_icon": "qy-entitlement_template",
"step_title": "物品领用申请",
"start_handler_userId": "ApiTest",
"created_at": "2019-03-15 16:36",
"real_handler": "string",
"avatar": "http://www172168000115.pinwheel.qycloud.com.cn:39000/api/user/avatar/show/120/120/ApiTest/1647915803",
"title": "物品领用申请",
"step_id": "WorkNode_1",
"message": [
"string"
],
"real_handler_name": "string",
"instance_id": "10234",
"menu_name": "物品领用申请",
"update_at": "2019-03-15 16:36",
"comissioned_to": {
"status": "false",
"is_comissioned_me": "false"
},
"start_handler": "企业管理员",
"deadline": [
"string"
],
"node_id": "30656"
}
],
"count": "1"
},
"code": "8010001",
"success": "true",
"guid": "003ea5cdf07a95ea",
"status": "200"
}
修改于 2023-04-21 07:20:18