curl --location --request POST 'https://open.feishu.cn/open-apis/approval/v4/instances/preview?user_id_type=open_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '发起审批之前
{
"approval_code":"C2CAAA90-70D9-3214-906B-B6FFF947F00D",
"user_id":"f7cb567e",
"department_id":"",
"form":"[{\"id\":\"widget16256287451710001\", \"type\": \"number\", \"value\":\"43\"}]"
}
发起审批之后
{
"instance_code":"12345CA6-97AC-32BB-8231-47C33FFFCCFD",
"user_id":"f7cb567e",
"task_id": "6982332863116876308"
}'{
"code": 0,
"msg": "success",
"data": {
"preview_nodes": [
{
"user_id_list": [
"ffffffff"
],
"end_cc_id_list": [],
"node_id": "b078ffd28db767c502ac367053f6e0ac",
"node_name": "发起",
"node_type": "",
"comments": [],
"custom_node_id": ""
},
{
"user_id_list": [
"ffffffff"
],
"end_cc_id_list": [],
"node_id": "e6ce10282a3cc3bf4a408feffd678dcf",
"node_name": "审批",
"node_type": "AND",
"comments": [],
"custom_node_id": "",
"is_empty_logic": false,
"is_approver_type_free": false,
"has_cc_type_free": false
},
{
"user_id_list": [],
"end_cc_id_list": [],
"node_id": "b1a326c06d88bf042f73d70f50197905",
"node_name": "结束",
"node_type": "",
"comments": [],
"custom_node_id": ""
}
]
}
}