需求管理 CODEARTS REQ-查询字段列表:响应参数

时间:2025-01-06 14:15:46

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

status

String

请求状态

message

String

请求失败信息

result

FieldListResult object

字段列表

表4 FieldListResult

参数

参数类型

描述

data

Array of FieldEntity objects

字段列表

total

Integer

项目内字段总数

表5 FieldEntity

参数

参数类型

描述

display_name

String

字段显示名

code

String

字段code

id

String

字段id

description

String

字段描述

created_by

String

字段创建人显示名

created_date

String

字段创建时间

modified_by

String

字段最后更新人显示名

definition_type

String

字段级别

1,2,3为系统字段,4为租户字段,5为项目字段

field_type_name

String

字段类型名称

required

Boolean

字段在工作项中是否必填,为true表示必填。和工作流配置不一致时以工作流为准

controlled

Boolean

字段在工作项中是否受控,为true表示受控。修改已基线的工作项受控字段需要走变更评审流程。和工作流配置不一致时以工作流为准

immutable

Boolean

字段在工作项中是否可修改,为true时不可修改。和工作流配置不一致时以工作流为准

no

Integer

字段排序的序号

all_options

Array of OptionEntity objects

字段选项

表6 OptionEntity

参数

参数类型

描述

id

String

选项id

code

String

选项code值

display_value

String

选项显示名称

value

String

选项唯一标识

level

Integer

选项层级。用于区分层级字段的层级,层级字段最多4层

sequence

Integer

选项顺序

support.huaweicloud.com/api-projectman/ListIpdProjectFields.html