{
"id": "20000000090036"
}
curl --location --request POST '/ab-bpm/bpm/task/listJson' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Cookie: JSESSIONID=8690E2DD31146B2E3522848542909211' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "20000000090036"
}'
{
"isOk": true,
"code": "string",
"message": "string",
"data": {
"pageSize": 0,
"page": 0,
"total": 0,
"rows": [
{
"id": "string",
"name": "string",
"title": "string",
"priority": 0,
"supportMobile": 0,
"taskType": "string",
"typeDesc": "string",
"typeCss": null,
"typeCode": "string",
"statusArr": "string",
"assigneeNames": "string",
"createTime": "string",
"nodeKey": "string",
"status": "string",
"statusDesc": "string",
"statusCss": null,
"durMs": 0
}
]
},
"msg": "string"
}