- 开发指南
- 工作区
- 表格数据
- 数据仓库数据
- 文件
- 订阅
- 服务商
创建数据
POST
https://api.huoban.com/openapi/v1/item
请求参数
Header 参数
Open-Authorization
string
必需
默认值:
Bearer {{API_KEY}}
Body 参数application/json
table_id
string
表格ID
fields
object (字段提交)
字段值
{field_id}
必需
watermark
object (位置)
水印位置信息
poi
string
兴趣点名称
address
string
地址
name
string
全地址
pcode
string
省编码
pname
string
省名称
citycode
string
城市编码
cityname
string
城市名称
adcode
string
区编码
adname
string
区名称
coordinate
object
经纬度
示例
{
"table_id": "{{TABLE_ID}}",
"fields": {
"2200000137788628": "单行文本",
"2200000137788629": "多行文本1\n多行文本2\n多行文本3",
"2200000137788630": "<p><b>富文本1</b></p><p><font color=\"#dc0000\">富文本2</font></p><ol><li>富文本3</li><li>富文本4</li></ol>",
"2200000137788631": "18612345678",
"2200000137788632": "6954432710706",
"2200000137788634": 23456,
"2200000137788635": 0.85,
"2200000137788642": 234.56,
"2200000137788643": "2022-03-03",
"2200000137788644": "2022-03-03 00:00:00",
"2200000137788645": 23456,
"2200000137788646": 0.85,
"2200000137788647": "2022-03-03",
"2200000137788648": "2022-03-03 00:00:00",
"2200000137788650": [
"1"
],
"2200000137788651": [
"1",
"2"
],
"2200000137788652": [
"1"
],
"2200000137788653": [
"1",
"2"
],
"2200000137788654": [
"1000001"
],
"2200000137788655": [
"1000001",
"1000002"
],
"2200000137788659": [
"2300000000000011"
],
"2200000137788660": [
"2300000000000011",
"2300000000000012"
],
"2200000137788661": {
"poi": "青岛大学(浮山校区)",
"address": "山东省青岛市崂山区宁夏路308号",
"name": "青岛大学(浮山校区),山东省青岛市崂山区宁夏路308号",
"pcode": "370000",
"pname": "山东省",
"citycode": "0532",
"cityname": "青岛市",
"adcode": "370212",
"adname": "崂山区",
"coordinate": {
"lat": 36.071915,
"lon": 120.422859
}
},
"2200000137788663": [
{
"file_id": "188000001",
"name": "image.png"
}
],
"2200000137788666": [
{
"file_id": "188000002",
"name": "file.zip"
}
],
"2200000137788667": [
188597774,
188597775
]
},
"watermark": {
"poi": "青岛大学(浮山校区)",
"address": "山东省青岛市崂山区宁夏路308号",
"name": "青岛大学(浮山校区),山东省青岛市崂山区宁夏路308号",
"pcode": "370000",
"pname": "山东省",
"citycode": "0532",
"cityname": "青岛市",
"adcode": "370212",
"adname": "崂山区",
"coordinate": {
"lat": 36.071915,
"lon": 120.422859
}
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.huoban.com/openapi/v1/item' \
--header 'Open-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"table_id": "",
"fields": {
"2200000137788628": "单行文本",
"2200000137788629": "多行文本1\n多行文本2\n多行文本3",
"2200000137788630": "<p><b>富文本1</b></p><p><font color=\"#dc0000\">富文本2</font></p><ol><li>富文本3</li><li>富文本4</li></ol>",
"2200000137788631": "18612345678",
"2200000137788632": "6954432710706",
"2200000137788634": 23456,
"2200000137788635": 0.85,
"2200000137788642": 234.56,
"2200000137788643": "2022-03-03",
"2200000137788644": "2022-03-03 00:00:00",
"2200000137788645": 23456,
"2200000137788646": 0.85,
"2200000137788647": "2022-03-03",
"2200000137788648": "2022-03-03 00:00:00",
"2200000137788650": [
"1"
],
"2200000137788651": [
"1",
"2"
],
"2200000137788652": [
"1"
],
"2200000137788653": [
"1",
"2"
],
"2200000137788654": [
"1000001"
],
"2200000137788655": [
"1000001",
"1000002"
],
"2200000137788659": [
"2300000000000011"
],
"2200000137788660": [
"2300000000000011",
"2300000000000012"
],
"2200000137788661": {
"poi": "青岛大学(浮山校区)",
"address": "山东省青岛市崂山区宁夏路308号",
"name": "青岛大学(浮山校区),山东省青岛市崂山区宁夏路308号",
"pcode": "370000",
"pname": "山东省",
"citycode": "0532",
"cityname": "青岛市",
"adcode": "370212",
"adname": "崂山区",
"coordinate": {
"lat": 36.071915,
"lon": 120.422859
}
},
"2200000137788663": [
{
"file_id": "188000001",
"name": "image.png"
}
],
"2200000137788666": [
{
"file_id": "188000002",
"name": "file.zip"
}
],
"2200000137788667": [188597774,188597775]
},
"watermark": {
"poi": "青岛大学(浮山校区)",
"address": "山东省青岛市崂山区宁夏路308号",
"name": "青岛大学(浮山校区),山东省青岛市崂山区宁夏路308号",
"pcode": "370000",
"pname": "山东省",
"citycode": "0532",
"cityname": "青岛市",
"adcode": "370212",
"adname": "崂山区",
"coordinate": {
"lat": 36.071915,
"lon": 120.422859
}
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
message
string
错误信息
data
object
返回数据
item
object (数据)
必需
meta
object
元数据
trace_id
string
请求ID
示例
{
"code": 0,
"message": "success",
"data": {
"item": {
"item_id": "2300000000000001",
"title": "数据标题",
"created_by": {
"user_id": "1024",
"name": "接口",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/317474452/0?imageMogr2/thumbnail/128x128>"
},
"created_on": "2021-12-15 20:45:25",
"updated_by": {
"user_id": "1024",
"name": "接口",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/317474452/0?imageMogr2/thumbnail/128x128>"
},
"updated_on": "2022-03-31 18:33:15",
"fields": {
"2200000137788628": "单行文本",
"2200000137788629": "多行文本1<br>多行文本2<br>多行文本3",
"2200000137788630": "<p><b>富文本1</b></p><p><font color=\"#dc0000\">富文本2</font></p><ol><li>富文本3</li><li>富文本4</li></ol>",
"2200000137788631": "18612345678",
"2200000137788632": "6954432710706",
"2200000137788634": 23456,
"2200000137788635": 0.85,
"2200000137788642": 234.56,
"2200000137788643": "2022-03-03",
"2200000137788644": "2022-03-03 00:00:00",
"2200000137788645": 23456,
"2200000137788646": 0.85,
"2200000137788647": "2022-03-03",
"2200000137788648": "2022-03-03 00:00:00",
"2200000137788650": [
{
"id": 1,
"name": "选项1"
}
],
"2200000137788651": [
{
"id": 1,
"name": "选项1"
},
{
"id": 2,
"name": "选项2"
}
],
"2200000137788652": [
{
"id": 1,
"name": "选项1"
}
],
"2200000137788653": [
{
"id": 1,
"name": "选项1"
},
{
"id": 2,
"name": "选项2"
}
],
"2200000137788654": [
{
"user_id": "1000001",
"name": "张三",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/1000001/0?imageMogr2/thumbnail/128x128>"
}
],
"2200000137788655": [
{
"user_id": "1000001",
"name": "张三",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/1000001/0?imageMogr2/thumbnail/128x128>"
},
{
"user_id": "1000002",
"name": "李四",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/1000002/0?imageMogr2/thumbnail/128x128>"
}
],
"2200000137788659": [
{
"item_id": "2300000000000011",
"title": "数据标题1"
}
],
"2200000137788660": [
{
"item_id": "2300000000000011",
"title": "数据标题1"
},
{
"item_id": "2300000000000012",
"title": "数据标题2"
}
],
"2200000137788661": {
"poi": "青岛大学(浮山校区)",
"address": "山东省青岛市崂山区宁夏路308号",
"name": "青岛大学(浮山校区),山东省青岛市崂山区宁夏路308号",
"pcode": "370000",
"pname": "山东省",
"citycode": "0532",
"cityname": "青岛市",
"adcode": "370212",
"adname": "崂山区",
"coordinate": {
"lat": 36.071915,
"lon": 120.422859
}
},
"2200000137788663": [
{
"file_id": 188000001,
"name": "image.png",
"size": 300,
"link": {
"source": "https://hb-v4-attachment-oss.huoban.com/attachment/188000001/0",
"square": "https://hb-v4-attachment-oss.huoban.com/attachment/188000001/0?imageMogr2/thumbnail/!320x320r|imageMogr2/crop/320x320/gravity/center"
}
}
],
"2200000137788666": [
{
"file_id": 188000002,
"name": "file.zip",
"size": 500,
"link": {
"source": "https://hb-v4-attachment-oss.huoban.com/attachment/188000002/0"
}
}
],
"2200000137788667": {
"user": {
"user_id": "1000001",
"name": "张三",
"avatar": "https://hb-v4-public-oss.huoban.com/user_avatar/1000001/0?imageMogr2/thumbnail/128x128>"
},
"signature": {
"time": "2022-03-31 17:06:05",
"file": {
"file_id": 188000003,
"name": "signature.png",
"size": 9450,
"link": {
"source": "https://hb-v4-attachment-oss.huoban.com/attachment/188000003/0",
"square": "https://hb-v4-attachment-oss.huoban.com/attachment/188000003/0?imageMogr2/thumbnail/!320x320r|imageMogr2/crop/320x320/gravity/center"
}
}
}
}
}
}
},
"meta": {
"trace_id": "1650349377817634"
}
}
修改于 2023-04-17 12:38:24