AddFields
... 2026-2-4 大约 4 分钟
# AddFields
| 参数名 | 类型 | 描述 |
|---|---|---|
| fieldTitle | string | 字段标题 |
| fieldType | integer(FieldType) | 字段类型 |
| propertyText | JSON Object | 文本 类型的字段属性为空 |
| propertyNumber | JSON Object(NumberFieldProperty) | 数字 类型的字段属性 |
| propertyCheckbox | JSON Object(CheckboxFieldProperty) | 复选框 类型的字段属性 |
| propertyDateTime | JSON Object(DateTimeFieldProperty) | 日期 类型的字段属性 |
| propertyImage | JSON Object | 图片 类型的字段属性为空 |
| propertyAttachment | JSON Object | 附件 类型的字段属性为空 |
| propertyUrl | JSON Object(UrlFieldProperty) | 超链接 类型的字段属性 |
| propertySelect | JSON Object(SelectFieldProperty) | 多选 类型的字段属性 |
| propertyCreatedUser | JSON Object | 创建人 类型的字段属性为空 |
| propertyModifiedUser | JSON Object | 最后编辑人 类型的字段属性为空 |
| propertyCreatedTime | JSON Object(CreatedTimeFieldProperty) | 创建时间 类型的字段属性 |
| propertyModifiedTime | JSON Object(ModifiedTimeFieldProperty) | 最后编辑时间 类型的字段属性 |
| propertyProgress | JSON Object(ProgressFieldProperty) | 进度 类型的字段属性 |
| propertyPhoneNumber | JSON Object | 电话 类型的字段属性为空 |
| propertyEmail | JSON Object | 邮件 类型的字段属性为空 |
| propertySingleSelect | JSON Object(SingleSelectFieldProperty) | 单选 类型的字段属性 |
| propertyAutoNumber | JSON Object(AutoNumberProperty) | 自动编号 类型的字段属性 |
| propertyCurrency | JSON Object(CurrencyProperty) | 货币 类型的字段属性 |
| propertyAttachment | JSON Object(AttachmentProperty) | 文件 类型的字段属性 |
| propertyUserC | JSON Object(UserCProperty) | 人员 类型的字段属性 |
| propertyReference | JSON Object(ReferenceProperty) | 关联 类型的字段属性 |
| propertyPercentage | JSON Object(PercentageProperty) | 百分数 类型的字段属性 |
# Fields
字段信息:
注意:字段属性与字段类型是匹配的,一种字段类型对应一种字段属性
| 参数名 | 类型 | 描述 |
|---|---|---|
| fieldID | string | 字段 ID |
| fieldTitle | string | 字段标题 |
| fieldType | integer | 字段类型 |
| propertyText | JSON Object | 文本 类型的字段属性为空 |
| propertyNumber | JSON Object(NumberFieldProperty) | 数字 类型的字段属性 |
| propertyCheckbox | JSON Object(CheckboxFieldProperty) | 复选框 类型的字段属性 |
| propertyDateTime | JSON Object(DateTimeFieldProperty) | 日期 类型的字段属性 |
| propertyImage | Empty JSON Object | 图片 类型的字段属性为空 |
| propertyUrl | JSON Object(UrlFieldProperty) | 超链接 类型的字段属性 |
| propertySelect | JSON Object(SelectFieldProperty) | 多选 类型的字段属性 |
| propertyCreatedUser | Empty JSON Object | 创建人 类型的字段属性为空 |
| propertyModifiedUser | Empty JSON Object | 最后编辑人 类型的字段属性为空 |
| propertyCreatedTime | JSON Object(CreatedTimeFieldProperty) | 创建时间 类型的字段属性 |
| propertyModifiedTime | JSON Object(ModifiedTimeFieldProperty) | 最后编辑时间 类型的字段属性 |
| propertyProgress | JSON Object(ProgressFieldProperty) | 进度 类型的字段属性 |
| propertyPhoneNumber | Empty JSON Object | 电话 类型的字段属性为空 |
| propertyEmail | Empty JSON Object | 邮件 类型的字段属性为空 |
| propertySingleSelect | JSON Object(SingleSelectFieldProperty) | 单选 类型的字段属性 |
| propertyAutoNumber | JSON Object(AutoNumberProperty) | 自动编号 类型的字段属性 |
| propertyCurrency | JSON Object(CurrencyProperty) | 货币 类型的字段属性 |
| propertyAttachment | JSON Object(AttachmentProperty) | 文件 类型的字段属性 |
| propertyUserC | JSON Object(UserCProperty) | 人员 类型的字段属性 |
| propertyReference | JSON Object(ReferenceProperty) | 关联 类型的字段属性 |
| propertyPercentage | JSON Object(PercentageProperty) | 百分数 类型的字段属性 |
# UpdateFields
更新字段:
| 参数名 | 类型 | 描述 |
|---|---|---|
| fieldID | string | 字段 ID,更新字段属性时需要填写该字段,但字段 ID 不能被更新 |
| fieldTitle | string | 需要更新为的字段标题 |
| fieldType | integer | 字段类型,该字段不允许被更新 |
| propertyText | JSON Object | 文本 类型的字段属性为空 |
| propertyNumber | JSON Object(NumberFieldProperty) | 数字 类型的字段属性 |
| propertyCheckbox | JSON Object(CheckboxFieldProperty) | 复选框 类型的字段属性 |
| propertyDateTime | JSON Object(DateTimeFieldProperty) | 日期 类型的字段属性 |
| propertyImage | Empty JSON Object | 图片 类型的字段属性为空 |
| propertyUser | Empty JSON Object | 用户 类型的字段属性为空 |
| propertyUrl | JSON Object(UrlFieldProperty) | 超链接 类型的字段属性 |
| propertySelect | JSON Object(SelectFieldProperty) | 多选 类型的字段属性 |
| propertyCreatedUser | Empty JSON Object | 创建人 类型的字段属性为空 |
| propertyModifiedUser | Empty JSON Object | 最后编辑人 类型的字段属性为空 |
| propertyCreatedTime | JSON Object(CreatedTimeFieldProperty) | 创建时间 类型的字段属性 |
| propertyModifiedTime | JSON Object(ModifiedTimeFieldProperty) | 最后编辑时间 类型的字段属性 |
| propertyProgress | JSON Object(ProgressFieldProperty) | 进度 类型的字段属性 |
| propertyPhoneNumber | Empty JSON Object | 电话 类型的字段属性为空 |
| propertyEmail | Empty JSON Object | 邮件 类型的字段属性为空 |
| propertySingleSelect | JSON Object(SingleSelectFieldProperty) | 单选 类型的字段属性 |
| propertyAutoNumber | JSON Object(AutoNumberProperty) | 自动编号 类型的字段属性 v1.10.0 |
| propertyCurrency | JSON Object(CurrencyProperty) | 货币 类型的字段属性 v1.10.0 |
| propertyAttachment | JSON Object(AttachmentProperty) | 文件 类型的字段属性 v1.10.0 |
| propertyUserC | JSON Object(UserCProperty) | 人员 类型的字段属性 v1.10.0 |
| propertyReference | JSON Object(ReferenceProperty) | 关联 类型的字段属性 v1.10.0 |
| propertyPercentage | JSON Object(PercentageProperty) | 百分数 类型的字段属性 v1.10.0 |