FaqTemplate - 查看问答模版列表
更新时间:2024-11-07
API访问域名
请求方式 | GET |
---|---|
base url | https://keyue.cloud.baidu.com |
后缀接口 | /open/v1/api/v2/faq/template |
Authentication | token为API Key |
说明
无
请求参数
Header参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
Content-Type | string | 是 | 内容类型 | 固定值:application/json |
token | string | 是 | API KEY | 集成-API-API Key处获取。 详细获取方式参考:准备工作 |
uid | string | 是 | 用户ID | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
username | string | 是 | 用户名 | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
Body参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
pn | integer | 是 | 页码 | 1 |
ps | integer | 是 | 每页数量 | 5 |
keyword | string | 否 | 关键字 | "" |
faqId | string | 是 | faqId |
响应参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
time | integer | 是 | 时间 | 1717053723895 |
data | object | 是 | 数据 | 数据对象 |
data \ all | integer | 是 | 全部 | 2 |
data \ total | integer | 是 | 总数 | 2 |
data \ pn | integer | 是 | 页码 | 1 |
data \ ps | integer | 是 | 每页数量 | 5 |
data \ list | array | 是 | 列表 | 列表 |
data \ list \ id | string | 是 | ID | 14fefaeb-ab24-43ac-8741-daa019446169 |
data \ list \ faqId | string | 是 | FAQ ID | 6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6 |
data \ list \ template | string | 是 | 模板 | [W:0-5] |
data \ list \ created | string | 是 | 创建时间 | 2024-05-30 15:09:16 |
data \ list \ update | string | 是 | 更新时间 | 2024-05-30 15:09:16 |
data \ list \ version | integer | 是 | 版本 | 0 |
data \ list \ hasActiveCopy | boolean | 否 | 有活动副本 | false |
data \ list \ templateList | array | 是 | 模板列表 | 模板列表 |
data \ list \ templateList \ text | string | 是 | 文本 | [W:0-5] |
data \ list \ templateList \ id | null | 否 | ID | null |
data \ list \ templateList \ name | null | 否 | 名称 | null |
data \ list \ templateList \ nameZh | null | 否 | 中文名 | null |
data \ list \ templateList \ type | null | 否 | 类型 | null |
code | integer | 是 | 状态码 | 200 |
msg | string | 是 | 状态信息 | OK |
请求示例
curl --location 'https://keyue.cloud.baidu.com/open/v1/api/v2/faq/template?pn=1&ps=5&keyword=&faqId=6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6' \
--header 'token: a9dcb88a-4fc0-4ae0-a103-3578bdb90e62' \
--header 'Content-Type: application/json' \
--header 'uid: cf7d9692703d45d1b5517a30ab3efa53' \
--header 'username: pnstest5'
响应示例
{
"time": 1717053723895,
"data": {
"all": 2,
"total": 2,
"pn": 1,
"ps": 5,
"list": [
{
"id": "14fefaeb-ab24-43ac-8741-daa019446169",
"faqId": "6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6",
"template": "[W:0-5]",
"created": "2024-05-30 15:09:16",
"update": "2024-05-30 15:09:16",
"version": 0,
"hasActiveCopy": false,
"templateList": [
{
"text": "[W:0-5]",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
]
},
{
"id": "b213f7f0-3a35-4110-9e59-8def695c8d46",
"faqId": "6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6",
"template": "[W:0-5][@y05d03cc]",
"created": "2024-05-30 11:40:11",
"update": "2024-05-30 11:45:35",
"version": 1,
"hasActiveCopy": false,
"templateList": [
{
"text": "[W:0-5][",
"id": null,
"name": null,
"nameZh": null,
"type": null
},
{
"text": "y05d03cc",
"id": "y05d03cc",
"name": "y05d03cc",
"nameZh": "人名",
"type": "entity"
},
{
"text": "]",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
]
}
]
},
"code": 200,
"msg": "OK"
}