- 独立部署版
- V1.0-(2022.8.18)
- v1.1-(2023.6.20)
- v1.2-(2023.10.20)
- v1.3-(2023.11.20)
- 低代码
- 流程管理
- 触发器
- 表单设置
- 列表设置
- 字段设置
- 应用设置
- 实体列表
- 视图管理
- 接口管理
- 对外接口
- 获取表列表GET
- 创建表POST
- 修改表PUT
- 删除表DELETE
- 获取一对一关联字段展示GET
- 获取表单类型GET
- 复制实体表POST
- 获取某个实体下的字段信息和数据字典信息GET
- 获取某个实体信息GET
- v1.4
- v1.5
- v1.6
- v1.8
- v1.9
- v2.0
表单设置中获取字段和实体信息组合成的表单配置
开发中
GET
ent/crud/form/list/{id}
责任人:未设置
请求参数
Path 参数
id
string
必需
Header 参数
Authorization
string
必需
默认值:
Bearer {{ENT_TOKEN}}
X-Requested-With
string
必需
默认值:
XMLHttpRequest
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'ent/crud/form/list/' \
--header 'Authorization;' \
--header 'X-Requested-With;'
返回响应
🟢200成功
application/json
Body
message
string
必需
status
integer
必需
data
array [object {5}]
必需
id
integer
必需
table_name
string
必需
table_name_en
string
必需
crud_id
integer
必需
field
array [object {5}]
必需
tips
integer
必需
示例
{ "message": "ok", "status": 200, "data": [ { "id": 7, "table_name": "主表", "table_name_en": "zhubiao", "crud_id": 0, "field": [ { "name": "创建用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 39, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 40, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "所属部门", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 41, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "创建时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 42, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 43, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } } ] }, { "id": 9, "table_name": "从表", "table_name_en": "congbiao", "crud_id": 7, "field": [ { "name": "附表zhubiao", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 52, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "创建用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 53, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 54, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "所属部门", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 55, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "创建时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 56, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 57, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } } ] }, { "id": 15, "table_name": "手机壳当时的_发的规范化", "table_name_en": "shoujikedangshide_fadeguifanhua", "crud_id": 7, "field": [ { "name": "附表zhubiao", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 106, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "创建用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 108, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改用户", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 109, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "所属部门", "type": "reference", "icon": "reference-field", "formItemFlag": true, "options": { "buttonIcon": "", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "dataDictId": 0, "fieldId": 110, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "创建时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 111, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } }, { "name": "修改时间", "type": "date-range", "icon": "date-range-field", "formItemFlag": true, "options": { "editable": false, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "name": "", "label": "", "labelAlign": "", "type": "", "defaultValue": "", "placeholder": "", "columnWidth": "200px", "size": "", "labelWidth": null, "labelHidden": false, "readonly": false, "disabled": false, "hidden": false, "clearable": false, "showPassword": false, "required": false, "requiredHint": "", "validation": "", "validationHint": "", "customClass": "", "labelIconClass": null, "labelIconPosition": "rear", "labelTooltip": null, "minLength": "", "maxLength": "", "showWordLimit": false, "prefixIcon": "", "suffixIcon": "", "appendButton": false, "appendButtonDisabled": false, "buttonIcon": "", "dataDictId": 0, "fieldId": 112, "onCreated": "", "onMounted": "", "onInput": "", "onChange": "", "onFocus": "", "onBlur": "", "onValidate": "", "onAppendButtonClick": "" } } ] } ], "tips": 1 }
🟠404记录不存在(示例)
🟢200修改成功(示例)
🟠401参数不正确(示例)
🟢201新建成功(示例)