curl --location --request POST '/open_api/work_item/finished/query_conclusion_option' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_key": "",
"work_item_id": 0,
"node_ids": [""]
}'
{
"err_code": 0,
"err_msg": "",
"err": {},
"data": [
{
"node_id": "start_0",
"finished_conclusion_option": [
{
"key": "7542934863176113",
"label": "未通过",
"origin_label": "未通过"
}
],
"finished_owners_conclusion_option": [
{
// key 可能存在多种形式
"key": "preset_pass_owners_673b40feb319263a44a6f735:6730d552edd96f1b251ede9fc:673b40feb319263a44a6f735_cemplate_1732072750279878796:5d9fla556d2a97feecf81ac7c69984d9",
"label": "未通过",
"origin_label": "未通过"
}
],
"finished_overall_conclusion_option": [
{
"key": "7542934863176113",
"label": "未通过",
"origin_label": "未通过"
}
]
}
]
}