表格导入
更新时间:2023-08-30
基本信息
Path: /api/v2/task/create/open_tableqa_table_import
Method: POST
接口描述:
curl --location --request POST 'http://10.27.241.20:8830/api/v2/task/create/open_tableqa_table_import?agentId=1c14bacb-0a03-414f-9d71-591c7edb4764&categoryId=ae33491d-c66e-49b6-8484-10e6b23230cf'
--header 'Authorization: NGD 05f16164-3786-4c92-8912-82c8a7285e84'
--header 'uid: 123456'
--form 'file=@"/Users/Downloads/表格问答样例数据.xlsx"'
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | multipart/form-data | 是 | ||
Authorization | string | 是 | ||
uid | string | 是 |
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
agentId | 是 | ||
categoryId | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
file | file | 是 |
返回数据
{
"time": 1693380092069,
"data": {
"id": "731fc904-fdd6-4cdb-9f62-3629f141c8a9",
"agentId": "c63b09b1-f1db-41b3-b56e-a179694bf912",
"agentName": "tqatqa",
"agentType": 1,
"userId": "123456",
"userName": "",
"created": "2023-08-30 15:21:31",
"updated": "2023-08-30 15:21:31",
"module": "tableqa",
"taskType": "import",
"taskStatus": 0,
"taskResult": null,
"errorMsg": null,
"filePath": "Ym9zXzYyMmZhMWZlLTJhZjItNDc5ZS04MGExLTA4YmJlYjM4ODYyZg==",
"fileUrl": null,
"taskUrl": "/api/v2/tableqa/table/import",
"deleted": 0,
"reportFilePath": null,
"reportFileUrl": null,
"taskExtend": null,
"commonExtend": null,
"platform": "NGD",
"requestSource": "UNIT"
},
"code": 200,
"msg": "OK"
}