错误码 | 说明 |
---|---|
21701 | 互动雷达参数校验失败 |
21702 | 互动雷达查询失败 |
调用此接口需购买基础席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/interact_radar/list?limit=10&offset=0&type=link&name=RadarName&staff_id=StaffId&group_id=1&access_token='
{
"result": [
{
"activity_notify": true,
"clicked_total": 1,
"auto_mark_tag": [
{
"id": 1,
"name": "标签名称"
}
],
"auto_mark_tag_rule": [
{
"count": 1,
"kind": "click_count",
"tag_list": [
{
"id": 1,
"name": "标签名称"
}
]
}
],
"behavior_notify": true,
"cover_url": "",
"desc": "",
"file_id": "",
"file_name": "",
"file_size": "",
"file_type": "",
"file_url": "",
"id": 1,
"link": "",
"name": "",
"radar_link": "",
"staff_name": "",
"title": "链接",
"type": "link",
"external_user_ids": [
"wm8xjUCAAAK2MTXtzILXamF_tIWYOUVw",
"wm8xjUCAAACuC_QEObTZ-sZ3smKjmIcw"
]
}
],
"errcode": 0,
"errmsg": "ok",
"total_count": 327
}