{
"limit": 10,
"last_process_log_id": 0,
"is_simple": false
}
curl --location --request POST 'https://api.huoban.com/openapi/v1/process/4600000000000001/process_log' \
--header 'Open-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 10,
"last_process_log_id": 0,
"is_simple": false
}'
{
"code": 0,
"message": "success",
"data": {
"next": false,
"process_logs": [
{
"process_log_id": "604988102",
"process_id": "4600000083486972",
"status": "agreed",
"title": "经理审批",
"type": "user_task",
"element_created_on": "2025-04-25 10:25:11",
"updated_on": "2025-04-25 10:25:21",
"duration": 10,
"content": "同意",
"data": {
"executors": [
{
"user_id": "1061621",
"name": "宋超",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/1092032/0?imageMogr2/thumbnail/128x128>"
}
]
}
}
]
},
"meta": {
"trace_id": "5976930580039149"
}
}