- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 营销内容
- 企微获客
- 渠道活码
- 渠道活码 Copy
- 一客一码
- 问答库
- 获客活动
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
问答详情
POST
/api/v3/faqApi/detail/info
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
id
string
问答id
示例
{
"id": "f74abc7a2b7d11eeb82e00163e36ace0"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/faqApi/detail/info' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "f74abc7a2b7d11eeb82e00163e36ace0"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
id
string
问答id
groupId
integer
分组id
groupName
string
分组名称
question
string
问题
keywords
array [object {8}]
关键字
answer
string
答案
modifyTime
string
修改时间
modifyTimeStamp
null
修改时间-时间戳
useCount
integer
使用次数
enabled
null
是否启用
num
null
个人收藏页面使用
collect
null
是否已经被收藏
collectId
null
收藏id
reachesUpId
null
上游id
editable
boolean
编辑权限
示例
{
"code": 0,
"message": "success",
"data": {
"id": "f74abc7a2b7d11eeb82e00163e36ace0",
"groupId": 1476,
"groupName": "测试分组-修改",
"question": "测试问答",
"keywords": [
{
"id": "0e37f83f108011ec9f8e00163e106b20",
"corpid": "ww9c5530210a0d5116",
"name": "23423",
"creatorId": 416141221023808,
"modifyTime": "2021-09-08T16:37:52.205",
"reachesUpId": null,
"reachesUpLevel": null,
"mark": false
},
{
"id": "376e15a6115011ec940700163e106b20",
"corpid": "ww9c5530210a0d5116",
"name": "12",
"creatorId": 389394161352768,
"modifyTime": "2021-09-09T17:27:56.666",
"reachesUpId": null,
"reachesUpLevel": null,
"mark": false
}
],
"answer": "[{\"type\": 1, \"detail\": {\"content\": \"测试答案\"}}]",
"modifyTime": "2023-07-26 14:30",
"modifyTimeStamp": null,
"useCount": 0,
"enabled": null,
"num": null,
"collect": null,
"collectId": null,
"reachesUpId": null,
"editable": false
}
}
修改于 2023-08-15 11:51:35