- SDK/API嵌入方案说明(请先阅读)
- 通用功能
- SDK嵌入方账户相关(前端组件嵌入)
- API嵌入方案(后端接口嵌入)
- 使用说明
- 步骤1:换取企业凭证+同步用户
- 步骤2:应用账户操作
- 步骤3: 获取应用动作需要字段参数
- 步骤4:执行指定应用动作
- 高级:流程创建
- 企业成员相关
- 子流程对接方案相关
- 数据表
获取表字段信息
开发中
GET
/v1/api/datatable/openapi/table/columns
最后修改时间:2024-05-24 01:44:08
请求参数
Query 参数
table_id
string
必需
示例值:
SJDCOQ1689320075670575153
Header 参数
data-table-apikey
string
可选
示例值:
8Fa3Qljb90dsNgT4
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://developer.jijyun.cn/v1/api/datatable/openapi/table/columns?table_id=SJDCOQ1689320075670575153'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"Code": 2000,
"Msg": "成功",
"Data": [
{
"column": "tmafdeogryhv",
"column_label": "标题",
"column_type": "plaintext",
"hidden": false
},
{
"column": "kzxycwsugelv",
"column_label": "数值",
"column_type": "number",
"hidden": false
},
{
"column": "fxgouvzebywd",
"column_label": "数字",
"column_type": "number",
"hidden": false
},
{
"column": "jzuypoetixbr",
"column_label": "时间日期 Copy",
"column_type": "datetime",
"hidden": false
},
{
"column": "row_id",
"column_label": "Row ID",
"column_type": "row_id",
"hidden": false
},
{
"column": "create_time",
"column_label": "创建时间",
"column_type": "create_time",
"hidden": true
},
{
"column": "update_time",
"column_label": "更新时间",
"column_type": "update_time",
"hidden": true
},
{
"column": "mbyghrwtpqod",
"column_label": "数据id",
"column_type": "number",
"hidden": false
},
{
"column": "csaxrfegnthy",
"column_label": "未命名列1234",
"column_type": "number",
"hidden": false
},
{
"column": "creator_id",
"column_label": "创建人ID",
"column_type": "plaintext",
"hidden": true
},
{
"column": "updater_id",
"column_label": "修改人ID",
"column_type": "plaintext",
"hidden": true
},
{
"column": "yoapqwvhgnzj",
"column_label": "数字类型的",
"column_type": "number",
"hidden": false
},
{
"column": "kczjxgrythpd",
"column_label": "公式求和",
"column_type": "formula",
"hidden": false
},
{
"column": "uojrxipmhctw",
"column_label": "公式日期",
"column_type": "formula",
"hidden": false
},
{
"column": "krcowygzjvlu",
"column_label": "逻辑",
"column_type": "formula",
"hidden": false
},
{
"column": "vqwxajdbhfie",
"column_label": "成员",
"column_type": "member",
"hidden": false
},
{
"column": "pmalkthindzf",
"column_label": "文件",
"column_type": "file",
"hidden": false
},
{
"column": "xyhrfavmjelt",
"column_label": "未命名列",
"column_type": "formula",
"hidden": false
},
{
"column": "vetlximnfhau",
"column_label": "未命名列",
"column_type": "formula",
"hidden": false
},
{
"column": "tzxadyilvsjw",
"column_label": "手机号",
"column_type": "phone",
"hidden": false
},
{
"column": "oicwbfhguemk",
"column_label": "图片",
"column_type": "image",
"hidden": false
},
{
"column": "hjioxctuvfdn",
"column_label": "单选",
"column_type": "radio",
"hidden": false
},
{
"column": "zgcujiaexnrt",
"column_label": "多选",
"column_type": "checkbox",
"hidden": false
},
{
"column": "jrhlevfycigm",
"column_label": "网址",
"column_type": "link",
"hidden": false
},
{
"column": "qpivclyfrzbd",
"column_label": "邮箱",
"column_type": "email",
"hidden": false
}
]
}
修改于 2024-05-24 01:44:08