- 独立部署版
- 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/openapi/docs
责任人:未设置
请求参数
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/openapi/docs' \
--header 'Authorization;' \
--header 'X-Requested-With;'
返回响应
🟢200成功
application/json
Body
message
string
必需
status
integer
必需
data
array [object {4}]
必需
id
integer
必需
pid
integer
必需
name
string
必需
children
array [object {16}]
必需
tips
integer
必需
示例
{ "message": "ok", "status": 200, "data": [ { "id": 0, "pid": 0, "name": "车辆管理", "children": [ { "id": 1, "pid": 0, "name": "车辆基础信息", "type": 0, "crud_id": 1, "method": "0", "url": "0", "path_prams": "", "created_at": "2024-09-29 16:58:37", "updated_at": "2024-09-29 16:58:37", "get_prams": null, "post_prams": null, "request_data": null, "response_data": null, "children": [ { "id": 2, "pid": 1, "name": "获取列表", "type": 1, "crud_id": 1, "method": "GET", "url": "open/module/cheliangjichuxinxi/list", "path_prams": [ { "name": "id", "form_type": "int", "is_must": true, "message": "自增ID" } ], "created_at": "2024-09-29 16:58:38", "updated_at": "2024-09-29 16:58:38", "get_prams": null, "post_prams": null, "request_data": null, "response_data": [ { "name": "data", "form_type": "array", "message": "数据", "children": [ { "name": "id", "form_type": "int", "message": "自增ID" }, { "name": "changpaixinghao", "form_type": "int", "message": "厂牌型号" }, { "name": "cheliangleixing", "form_type": "int", "message": "车辆类型" }, { "name": "cheliangtupian", "form_type": "string", "message": "车辆图片" }, { "name": "chepaihao", "form_type": "int", "message": "车牌号" }, { "name": "fadongjibianhao", "form_type": "int", "message": "发动机编号" }, { "name": "goumaijiage", "form_type": "int", "message": "购买价格" }, { "name": "gouzhiriqi", "form_type": "string", "message": "购置日期" } ] }, { "name": "status", "form_type": "int", "message": "状态" }, { "name": "message", "form_type": "string", "message": "说明" } ], "request_json": {}, "response_json": { "data": {
🟠404记录不存在(示例)
🟢200修改成功(示例)
🟠401参数不正确(示例)
🟢201新建成功(示例)