{
"entId": "ceshiQiye",
"pageSize": 20,
"pageNum": 1,
"condition": {
"versionId": 3,
"startTime": "2022-01-01 00:00:00",
"endTime": "2022-12-01 00:00:00"
},
"appId": "WuPinLingYongShenQin",
"loginUserId": "WMS"
}
curl --location --request POST '/openApi/out/app/openworkflow/getListByCondition' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"entId": "ceshiQiye",
"pageSize": 20,
"pageNum": 1,
"condition": {
"versionId": 3,
"startTime": "2022-01-01 00:00:00",
"endTime": "2022-12-01 00:00:00"
},
"appId": "WuPinLingYongShenQin",
"loginUserId": "WMS"
}'
{
"msg": "string",
"result": {
"count": "",
"list": [
{
"createdAt": "",
"versionId": "",
"createdBy": "",
"id": "",
"message": "string",
"status": "",
"definitionId": "",
"updatedAt": "",
"finishedAt": "string"
}
]
},
"code": "",
"originResp": "",
"success": "",
"guid": "",
"uuid": "",
"status": ""
}