{
"account": "string",
"keyword": "string",
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"userId": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-runtime/runtime/instance/v1/findDoneInstPage' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"keyword": "string",
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"userId": "string"
}'
{
"page": 0,
"pageSize": 0,
"rows": [
{
"allowDelete": true,
"authorizeRight": {
"array": true,
"bigDecimal": true,
"bigInteger": true,
"binary": true,
"boolean": true,
"containerNode": true,
"double": true,
"empty": true,
"float": true,
"floatingPointNumber": true,
"int": true,
"integralNumber": true,
"long": true,
"missingNode": true,
"nodeType": "ARRAY",
"null": true,
"number": true,
"object": true,
"pojo": true,
"short": true,
"textual": true,
"valueNode": true
},
"backToStart": true,
"bizKey": "string",
"bpmFormKey": "string",
"bpmnDefId": "string",
"bpmnInstId": "string",
"createAccount": "string",
"createBy": "string",
"createOrgId": "string",
"createOrgPath": "string",
"createTime": "2019-08-24T14:15:22Z",
"creator": "string",
"dataMode": "string",
"duration": 0,
"endTime": "2019-08-24T14:15:22Z",
"formKey": "string",
"id": "string",
"isDele": 0,
"isForbidden": 0,
"isFormmal": "string",
"isRead": 0,
"mobileInstUrl": "string",
"orgName": "string",
"parentInstId": "string",
"pcInstUrl": "string",
"pkVal": "string",
"procDefId": "string",
"procDefKey": "string",
"procDefName": "string",
"qualfiedNames": "string",
"resultType": "string",
"showModifyRecord": true,
"status": "string",
"subject": "string",
"superNodeId": "string",
"supportMobile": 0,
"sysCode": "string",
"taskName": "string",
"typeId": "string",
"updateBy": "string",
"updateSubjectWhenExist": true,
"updateTime": "2019-08-24T14:15:22Z",
"urgentState": "string"
}
],
"total": 0
}