表格列表
更新时间: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 |
返回数据
Javascript
1{
2 "time": 1692261425045,
3 "data": {
4 "list": [
5 {
6 "_effect": 0,
7 "agentId": "75037dc6-b720-4448-b61c-748774e14726",
8 "id": "cac17b66-00c0-486a-bb69-5364d0a1b9ea",
9 "categoryId": "40b85f53-1cb1-4f3f-bef3-8a96f810a83a",
10 "tableName": "理财产品",
11 "tableEnName": "finance",
12 "tableAlias": "理财|理财产品|产品|1",
13 "description": null,
14 "version": 4,
15 "created": "2023-08-10 16:35:47",
16 "updated": "2023-08-10 16:35:47",
17 "lastEditUsername": "shandan552200",
18 "lastEditUserId": "115753635",
19 "createdUserId": "115753635",
20 "createdUsername": "shandan552200",
21 "userId": null,
22 "userName": null,
23 "hasActiveCopy": false,
24 "tableAliasList": [
25 "理财",
26 "理财产品",
27 "产品",
28 "1"
29 ],
30 "categoryName": null,
31 "importantLimit": false,
32 "importantPropertyNum": 0,
33 "importantRecordNum": 0,
34 "fuzzySupport": true,
35 "fuzzyRange": 0.1,
36 "optimizeBind": false,
37 "knowledgeVersion": null,
38 "knowledgeUpdated": null,
39 "modelVersion": null,
40 "requestSource": "UNIT",
41 "cskbLocked": false
42 }
43 ],
44 "pn": 1,
45 "ps": 20,
46 "total": 1
47 },
48 "code": 200,
49 "msg": "OK"
50}