FaqTemplateDetail - 查询问题模版详情
更新时间:2025-01-17
API访问域名
请求方式 | GET |
---|---|
base url | https://keyue.cloud.baidu.com |
后缀接口 | /open/v1/api/v2/faq/template/detail |
Authentication | token为API Key |
说明
查看单个faq问题模板。
请求参数
Header参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
Content-Type | string | 是 | 内容类型 | 固定值:application/json |
token | string | 是 | API KEY | 集成-API-API Key处获取。 详细获取方式参考:准备工作 |
uid | string | 是 | 用户ID | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
username | string | 是 | 用户名 | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
Parameter参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
id | string | 是 | id | 问题模版id |
Body参数
无
响应参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
time | integer | 是 | 时间 | 1736231334255 |
data | object | 是 | 数据 | 数据对象,详见data子数据 |
code | integer | 是 | 状态码 | 200 |
msg | string | 是 | 状态信息 | OK |
### data子数据
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
id | string | 是 | 模板ID | 14fefaeb-ab24-43ac-8741-daa019446169 |
faqId | string | 是 | FAQ ID | 6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6 |
template | string | 是 | 模板 | [W:0-5] |
created | string | 是 | 相似问创建时间 | 2024-05-30 10:56:28 |
updated | string | 是 | 相似问更新时间 | 2024-05-30 10:56:52 |
version | integer | 是 | 版本 | 0 |
hasActiveCopy | boolean | 否 | 有活动副本 | FALSE |
templateList | array | 是 | 模板列表 | 详见templateList子数据 |
templateList子数据
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
text | string | 是 | 文本 | [W:0-5] |
type | null | 否 | 类型 | null |
请求示例
curl --location --request GET 'https://keyue.cloud.baidu.com/open/v1/api/v2/faq/template/detail?id=91d2031f-f1dd-482a-842a-b362c7129369' \
--header 'token: e8f9bd88-423f-4830-9f71-567b4c3cbb2b' \
--header 'uid: cf7d9692703d45d1b5517a30ab3efa53' \
--header 'username: pnstest5'
响应示例
{
"time": 1736231334255,
"data": {
"id": "91d2031f-f1dd-482a-842a-b362c7129369",
"faqId": "e7cea1b5-2bd1-4f05-87a8-735172ec293d",
"template": "[W:2-4][$i9___1_z6]",
"created": "2024-12-19 14:16:23",
"update": "2024-12-19 14:16:23",
"version": 0,
"hasActiveCopy": false,
"templateList": [
{
"text": "[W:2-4][",
"id": null,
"name": null,
"nameZh": null,
"type": null
},
{
"text": "i9___1_z6",
"id": "9bbde5d6-9c15-4bec-988b-3233b61fcf46",
"name": "test2",
"nameZh": "test2",
"type": "voca"
},
{
"text": "]",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
]
},
"code": 200,
"msg": "OK"
}