Authorization: Bearer ********************curl --location -g --request GET 'https://open.pingcode.com/v1/project/work_item/properties?project_id={project_id}&work_item_type_id={work_item_type_id}' \
--header 'Authorization: Bearer <token>'{
"page_size": 30,
"page_index": 0,
"total": 1,
"values": [
{
"id": "severity",
"url": "https://rest_api_root/v1/project/properties/severity",
"name": "严重程度",
"type": "select",
"options": [
{
"_id": "5efb1859110533727a82c603",
"text": "严重"
},
{
"_id": "5efb1859110533727a82c604",
"text": "一般"
}
],
"is_removable": true,
"is_name_editable": true,
"is_options_editable": true
}
]
}