表格列表
更新时间:2024-11-04
基本信息
Path: /open/v1/tableqa/table/list
Method: GET
接口描述:
请求参数
Query
参数名称 | 类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
categoryId | string | 是 | dfc28532-af87-41a2-93ac-f40f51f4a335 | 类目id |
pn | string | 是 | 1 | |
ps | string | 是 | 20 |
返回数据
{
"time": 1692261425045,
"data": {
"list": [
{
"_effect": 0,
"agentId": "75037dc6-b720-4448-b61c-748774e14726",
"id": "cac17b66-00c0-486a-bb69-5364d0a1b9ea",
"categoryId": "40b85f53-1cb1-4f3f-bef3-8a96f810a83a",
"tableName": "理财产品",
"tableEnName": "finance",
"tableAlias": "理财|理财产品|产品|1",
"description": null,
"version": 4,
"created": "2023-08-10 16:35:47",
"updated": "2023-08-10 16:35:47",
"lastEditUsername": "shandan552200",
"lastEditUserId": "115753635",
"createdUserId": "115753635",
"createdUsername": "shandan552200",
"userId": null,
"userName": null,
"hasActiveCopy": false,
"tableAliasList": [
"理财",
"理财产品",
"产品",
"1"
],
"categoryName": null,
"importantLimit": false,
"importantPropertyNum": 0,
"importantRecordNum": 0,
"fuzzySupport": true,
"fuzzyRange": 0.1,
"optimizeBind": false,
"knowledgeVersion": null,
"knowledgeUpdated": null,
"modelVersion": null,
"requestSource": "UNIT",
"cskbLocked": false
}
],
"pn": 1,
"ps": 20,
"total": 1
},
"code": 200,
"msg": "OK"
}