获取多个应用待办简略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-05-18 07:05:30