文档

DescribeFaq - 获取FAQ详情

更新时间:

查询知识详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
AgentKeystring

业务空间 key,不设置则访问默认业务空间,key 值在主账号业务管理页面获取

ac627989eb4f8a98ed05fd098bbae5_p_beebot_public
KnowledgeIdlong

知识 ID

30001979424

返回参数

名称类型描述示例值
object

返回值

KnowledgeIdlong

知识 ID

30001979424
Titlestring

标题

测试标题
ModifyTimestring

修改时间(UTC 时间)

2020-12-02T06:35:50Z
ModifyUserNamestring

修改人

test01
CreateTimestring

创建时间(UTC 时间)

2020-11-30T03:03:37Z
CreateUserNamestring

创建人

test01
CategoryIdlong

类目 ID

30000055617
Statusinteger

知识状态: -1-已删除未发布,1-未发布,2-已发布,3-已更新未发布

3
EffectStatusinteger

知识生效状态,根据 StartDate, EndDate 计算出来:20-生效中,21-已失效,22-待生效

20
StartDatestring

生效时间(UTC 时间)

2022-04-27T07:04:39Z
EndDatestring

失效时间(UTC 时间)

2023-04-27T06:08:54Z
SimQuestionsobject []

相似问列表

SimQuestionIdlong

相似问 ID

10000000581
ModifyTimestring

修改时间(UTC 时间)

2022-05-29T03:55:07Z
CreateTimestring

创建时间(UTC 时间)

2022-05-26T10:24:00Z
Titlestring

相似问标题

测试相似问标题
Solutionsobject []

答案列表

SolutionIdlong

答案 ID

10000003071
ModifyTimestring

修改时间(UTC 时间)

2022-05-29T07:07:13Z
CreateTimestring

创建时间(UTC 时间)

2022-05-26T10:24:00Z
Contentstring

答案内容

测试答案内容
ContentTypeinteger

答案类型:0-纯文本,1-富文本

0
PlainTextstring

答案纯文本内容

测试答案内容
PerspectiveCodesarray

视角 code 列表

string

视角 code

default
Outlinesobject []

关联问列表

OutlineIdlong

关联关系 ID

797
ConnQuestionIdlong

关联知识 ID

1000098002
Titlestring

关联知识标题

测试关联问标题
ModifyTimestring

修改时间(UTC 时间)

2022-05-26T18:12:02Z
CreateTimestring

创建时间(UTC 时间)

2022-05-26T10:24:00Z
RequestIdstring

请求 ID

8AD9FA10-7780-5E12-B701-13C928524F32

示例

正常返回示例

JSON格式

{
  "KnowledgeId": 30001979424,
  "Title": "测试标题",
  "ModifyTime": "2020-12-02T06:35:50Z",
  "ModifyUserName": "test01",
  "CreateTime": "2020-11-30T03:03:37Z",
  "CreateUserName": "test01",
  "CategoryId": 30000055617,
  "Status": 3,
  "EffectStatus": 20,
  "StartDate": "2022-04-27T07:04:39Z",
  "EndDate": "2023-04-27T06:08:54Z",
  "SimQuestions": [
    {
      "SimQuestionId": 10000000581,
      "ModifyTime": "2022-05-29T03:55:07Z",
      "CreateTime": "2022-05-26T10:24:00Z",
      "Title": "测试相似问标题"
    }
  ],
  "Solutions": [
    {
      "SolutionId": 10000003071,
      "ModifyTime": "2022-05-29T07:07:13Z",
      "CreateTime": "2022-05-26T10:24:00Z",
      "Content": "测试答案内容",
      "ContentType": 0,
      "PlainText": "测试答案内容",
      "PerspectiveCodes": [
        "default"
      ]
    }
  ],
  "Outlines": [
    {
      "OutlineId": 797,
      "ConnQuestionId": 1000098002,
      "Title": "测试关联问标题",
      "ModifyTime": "2022-05-26T18:12:02Z",
      "CreateTime": "2022-05-26T10:24:00Z"
    }
  ],
  "RequestId": "8AD9FA10-7780-5E12-B701-13C928524F32"
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-01-29API 内部配置变更,不影响调用看变更集
变更项变更内容
API 内部配置变更,不影响调用
  • 本页导读 (0)
文档反馈