获取雷达详情
GET
/open-api/interact_radar/detail获取雷达链接,pdf或文章详情
错误码 | 说明 |
---|---|
21701 | 互动雷达参数校验失败 |
21702 | 互动雷达查询失败 |
调用此接口需购买基础席位。 |
请求参数
Query 参数
radar_id
string
雷达id
staff_id
string
员工id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result
object
必需
activity_notify
boolean
动态通知是否开启
clicked_total
integer
点击量
clicked_users_total
string
点击客户数
auto_mark_tag
array [object {2}]
客户标签数组
auto_mark_tag_rule
array [object {3}]
自动打标签规则
behavior_notify
boolean
行为通知是否开启
cover_url
string
封面url
desc
string
雷达描述
file_id
string
文件id
file_name
string
文件名
file_size
string
文件大小
file_type
string
文件类型
file_url
string
文件url
id
integer
雷达id
link
string
连接
name
string
雷达名
radar_link
string
雷达链接
staff_name
string
创建人
title
string
标题
type
string
可选
雷达类型-link:链接; pdf:PDF; article:文章
score_rule
array [object {2}]
评分规则
示例
{
"result": {
"id": 1,
"staff_name": "",
"link": "",
"radar_link": "",
"name": "test",
"type": "link",
"file_type": "",
"file_name": "",
"file_url": "",
"clicked_total": 0,
"behavior_notify": true,
"activity_notify": true,
"auto_mark_tag": [
{
"id": 1,
"name": "标签名称"
}
],
"title": "链接",
"desc": "",
"cover_url": "",
"auto_mark_tag_rule": [
{
"count": 1,
"kind": "click_count",
"tag_list": [
{
"id": 1,
"name": "标签名称"
}
]
}
],
"score_rule": [
{
"id": 1,
"rules": [
{
"count": 0,
"kind": "entry_once",
"score": 1,
"tags": [
{
"id": 1,
"name": "标签名称"
}
]
},
{
"count": 2,
"kind": "entry_count",
"score": 2,
"tags": [
{
"id": 2,
"name": "标签名称"
}
]
}
]
}
],
"external_user_ids": [
"wm8xjUCAAAK2MTXtzILXamF_tIWYOUVw",
"wm8xjUCAAACuC_QEObTZ-sZ3smKjmIcw"
]
},
"errcode": 0,
"errmsg": "ok"
}
最后修改时间: 1 年前