Authorization: Bearer ********************
curl --location -g --request GET 'https://open.pingcode.com/v1/ship/idea_properties/'
{
"id": "backlog_type",
"url": "https://rest_api_root/v1/ship/idea_properties/backlog_type",
"name": "需求类型",
"type": "select",
"options": [
{
"_id": "5cb7e763fda1ce4ca0010002",
"text": "功能需求"
},
{
"_id": "5cb7e763fda1ce4ca0010004",
"text": "体验优化"
}
],
"is_removable": false,
"is_name_editable": false,
"is_options_editable": false
}