{
"space_id": "{{SPACE_ID}}",
"type" : "ext"
}
curl --location --request POST 'https://api.huoban.com/openapi/v1/dw_table/list' \
--header 'Open-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"space_id": "",
"type" : "ext"
}'
{
"code": 0,
"message": "success",
"data": {
"tables": [
{
"table_id": "2100000014309065",
"name": "全字段类型表",
"type": "ext",
"alias": "",
"space_id": "4000000030626034",
"created_on": "2022-06-13 14:37:14"
},
{
"table_id": "2100000014330700",
"name": "聚合表1",
"type": "agg",
"alias": "",
"space_id": "4000000030626034",
"created_on": "2022-06-16 16:16:22"
},
{
"table_id": "2100000014331168",
"name": "全字段类型表_app",
"type": "app",
"alias": "app_table",
"space_id": "4000000030626034",
"created_on": "2022-06-16 17:12:51"
},
{
"table_id": "2100000014365827",
"name": "全字段类型聚合表",
"type": "agg",
"alias": "",
"space_id": "4000000030626034",
"created_on": "2022-06-28 12:06:03"
}
]
},
"meta": {
"trace_id": "1656483261227987"
}
}