1. 表单操作
云表OpenApi接口文档
  • openApi接口常见问题
  • 错误代码列表
  • 错误返回格式
  • 登录登出
    • openapi登入请求
      POST
    • 登出请求
      GET
  • 数据接口
    • 调用模板的数据接口
      POST
    • 调用全局的数据接口
      POST
  • 表单操作
    • 获取所有模板名称列表
      GET
    • 新建/修改表单
      POST
    • 批量新建/修改表单
      POST
    • 打开表单接口
      GET
    • 打开表单总表接口
      GET
    • 总表表单过滤
      POST
    • 获取指定模板字段定义
      GET
    • 获取明细表总表
      POST
  • 系统表操作
    • 打开用户总表
      GET
    • 打开用户表单
      GET
    • 新增/更新用户对象
      POST
    • 打开角色总表
      GET
    • 打开指定角色对象
      GET
    • 新增/更新角色对象
      POST
  • 附件操作
    • 上传附件接口
      POST
    • 下载附件接口
      GET
    • 上传云盘附件接口
      POST
    • 下载网盘附件接口
      GET
  1. 表单操作

获取所有模板名称列表

GET
http://{url}/{enpId}/openapi/1.0/templateNameList
获取指定模板字段定义
需要在服务器版本3.3.45.43及以上版本才支持

请求参数

Path 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://free.iyunbiao.cn/1538136/openapi/1.0/templateNameList' \
--header 'x-eversheet-application-name: e3396c22-83b9-47bd-9ab6-c24654d7ee46' \
--header 'x-eversheet-request-sign: {{sign}}' \
--header 'x-eversheet-session-token: f58e40f5-fe2d-44d6-b5d1-bdd5cb34b582'

返回响应

🟢200OK
application/json
操作成功
Bodyapplication/json

示例
{
    "templates": [
        {
            "code": "",
            "name": "列表选择",
            "caption": "列表选择",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "下拉列表",
            "caption": "下拉列表",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "树形列表",
            "caption": "树形列表",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "模板版本替换",
            "caption": "模板版本替换",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "数据规范模板",
            "caption": "数据规范模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "系统变量",
            "caption": "系统变量",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "自动编号",
            "caption": "自动编号",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "组织机构",
            "caption": "组织机构",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "角色",
            "caption": "角色",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "用户分类",
            "caption": "用户分类",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "模块权限",
            "caption": "模块权限",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "用户",
            "caption": "用户",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "user_mobile",
            "caption": "用户",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "系统日志",
            "caption": "系统日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "目录分类",
            "caption": "目录分类",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "表单定义",
            "caption": "表单模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "templateHistory",
            "caption": "模板历史版本",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "外部表单定义",
            "caption": "外部表单模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "外部数据源",
            "caption": "外部数据源",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "api数据源",
            "caption": "api数据源",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "外部API表单定义",
            "caption": "外部API表单模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "统计定义",
            "caption": "统计模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "报表定义",
            "caption": "报表模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "打印定义",
            "caption": "打印模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "文件管理定义",
            "caption": "文件管理定义",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "文件管理树形定义",
            "caption": "文件管理树形定义",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "看板模板",
            "caption": "看板模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "系统邮件发件箱",
            "caption": "系统邮件发件箱",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "已发送邮件",
            "caption": "已发送邮件",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "文件夹",
            "caption": "文件夹",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "catalog",
            "caption": "catalog",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "模板",
            "caption": "模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "API异步提交队列",
            "caption": "API异步提交队列",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "再次提交API异常表单",
            "caption": "再次提交API异常表单",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "API异步提交异常列表",
            "caption": "API异步提交异常列表",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "API异步提交队列历史记录",
            "caption": "API异步提交队列历史记录",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "第三方应用授权",
            "caption": "第三方应用授权",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "待发送消息",
            "caption": "待发送短信",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "已处理消息",
            "caption": "已发送短信",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "自动编号序号",
            "caption": "自动编号序号",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "计划任务",
            "caption": "计划任务",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "在线用户",
            "caption": "在线用户",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "verifiCodeService",
            "caption": "verifiCodeService",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "动态锁管理",
            "caption": "动态锁管理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "home",
            "caption": "home",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "top",
            "caption": "top",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_USER",
            "caption": "SYS_USER",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_DEPARTMENT",
            "caption": "SYS_DEPARTMENT",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "5f8e2167-dd4c-4c08-a8ea-adf2424224ba",
            "name": "fileBoxTree",
            "caption": "fileManagerFolder",
            "type": "文件管理树形定义",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "fileBox",
            "caption": "企业网盘",
            "type": "文件管理定义",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "API外部数据同步管理",
            "caption": "API外部数据同步管理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "API外部数据同步异常管理",
            "caption": "API外部数据同步异常管理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "计划任务服务日志",
            "caption": "计划任务服务日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_登录鉴权用户映射关系",
            "caption": "SYS_登录鉴权用户映射关系",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "sys_mystarttask",
            "caption": "我发起",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "待办事项",
            "caption": "待处理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "已完成事项",
            "caption": "已处理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "sys_cclist",
            "caption": "抄送我",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_流程代理设置",
            "caption": "流程代理设置",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "流程定义",
            "caption": "流程模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "appWaitSendMsg",
            "name": "待推送消息",
            "caption": "待推送消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "已推送消息历史",
            "name": "已推送消息历史",
            "caption": "已推送消息历史",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "lato_msgpush_notification",
            "name": "APP待发送消息",
            "caption": "APP待发送消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "payServicePayment",
            "name": "SYS_支付单",
            "caption": "SYS_支付单",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "payServiceRefundment",
            "name": "SYS_退款单",
            "caption": "SYS_退款单",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "payServicePaymentQueryRequest",
            "name": "SYS_支付单查询请求",
            "caption": "SYS_支付单查询请求",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "payServiceRefundmentQueryRequest",
            "name": "SYS_退款单查询请求",
            "caption": "SYS_退款单查询请求",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "系统服务",
            "caption": "系统服务",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "系统配置",
            "caption": "系统配置",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_审批意见框",
            "caption": "SYS_审批意见框",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "lato_msgpush_wxtpl",
            "name": "微信待发送消息",
            "caption": "微信待发送消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "lato_msgpush_workwx",
            "name": "企业微信待发送消息",
            "caption": "企业微信待发送消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "lato_msgpush_dingtalk",
            "name": "钉钉待发送消息",
            "caption": "钉钉待发送消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "templateEditlockRequest",
            "name": "SYS_请求模板编辑锁",
            "caption": "SYS_请求模板编辑锁",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "templateEditlockManage",
            "name": "SYS_模板编辑锁管理",
            "caption": "SYS_模板编辑锁管理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_完成意见框",
            "caption": "SYS_完成意见框",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "wsConnectionRecord",
            "name": "SYS_服务器通知监听者",
            "caption": "SYS_服务器通知监听者",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "wsFormDataPush",
            "name": "SYS_服务器通知",
            "caption": "SYS_服务器通知",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_请求日志",
            "caption": "SYS_请求日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_业务公式日志",
            "caption": "SYS_业务公式日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_业务公式情况日志",
            "caption": "SYS_业务公式情况日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "sys_device_license",
            "caption": "设备授权管理",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "sys_message",
            "caption": "消息",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_服务接口模板",
            "caption": "服务接口模板",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "fileBoxRecycle",
            "caption": "回收站",
            "type": "回收站文件管理定义",
            "comment": "",
            "description": ""
        },
        {
            "code": "iamUpdateTimeRecord",
            "name": "SYS_IAM更新时间",
            "caption": "SYS_IAM更新时间",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "iamUpdateLogRecord",
            "name": "SYS_IAM日志",
            "caption": "SYS_IAM日志",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "iamFilterOrgList",
            "name": "SYS_IAM应用授权",
            "caption": "SYS_IAM应用授权",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "SYS_加签意见框",
            "caption": "SYS_加签意见框",
            "type": "系统模板",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "about",
            "caption": "关于对话框",
            "type": "",
            "comment": "",
            "description": ""
        },
        {
            "code": "",
            "name": "login",
            "caption": "登录界面",
            "type": "",
            "comment": "",
            "description": ""
        },
        {
            "code": "邮件测试",
            "name": "邮件测试",
            "caption": "邮件测试",
            "type": "表单定义",
            "comment": "",
            "description": ""
        },
        {
            "code": "测试模板",
            "name": "测试模板",
            "caption": "测试模板",
            "type": "表单定义",
            "comment": "",
            "description": ""
        }
    ],
    "totalCount": 93
}
修改于 2026-07-02 07:55:36
上一页
调用全局的数据接口
下一页
新建/修改表单
Built with