curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-runtime/runtime/bpmCallLog/v1/get/' \
--header 'Authorization: Bearer '
{
"callTime": "2019-08-24T14:15:22Z",
"desc": "string",
"eventType": "string",
"header": "string",
"id": "string",
"invokeMode": 0,
"isSuccess": 0,
"params": "string",
"pkVal": "string",
"procDefId": "string",
"procDefKey": "string",
"procInstId": "string",
"response": "string",
"retryCount": 0,
"subject": "string",
"supInstId": "string",
"taskId": "string",
"taskKey": "string",
"taskName": "string",
"url": "string",
"userId": "string"
}