{
"id": "20000000090036"
}
curl --location --request POST '/ab-bpm/bpm/definition/listJson' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Cookie: JSESSIONID=8690E2DD31146B2E3522848542909211' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "20000000090036"
}'
{
"code": "string",
"message": "string",
"body": {
"id": "string",
"key": "string",
"name": "string",
"desc": "string",
"iconStyle": "string",
"rev": 0,
"sn": 0,
"status": "string",
"supportMobile": 0,
"typeCode": "string",
"updateBy": "string",
"updateTime": "string",
"version": 0,
"actDefId": "string",
"actDeployId": "string",
"actModelId": "string",
"createBy": "string",
"createOrgId": "string",
"createTime": "string"
},
"requestId": "string",
"responseTime": "string"
}