- OpenAPI基本介绍
- 错误码参考 表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管 理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
获取雷达详情
GET
/open-api/interact_radar/detail
错误码 | 说明 |
---|---|
21701 | 互动雷达参数校验失败 |
21702 | 互动雷达查询失败 |
调用此接口需购买基础席位。 |
请求参数
Query 参数
radar_id
string
雷达id
staff_id
string
员工id
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.weibanzhushou.com/open-api/interact_radar/detail?radar_id=&staff_id&access_token='
返回响应
🟢200成功
application/json
Body
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
可选
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"
}
🟢200正常返回
修改于 2024-03-05 07:24:03