- OpenAPI基本介绍
- 错误码参考 表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
获取企微任务宝活动列表
GET
/open-api/activity_fission/mission/list
openapi
调用此接口需购买营销席位。
请求参数
Query 参数
name
string
可选
示例值:
abc
mission_status
string
可选
示例值:
end
start_time
string
可选
示例值:
1591945710
end_time
string
可选
示例值:
1591945710
order
string
可选
示例值:
asc
limit
string
可选
示例值:
2
offset
string
可选
示例值:
0
af_type
string
可选
示例值:
qywx
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/activity_fission/mission/list?name=abc&mission_status=end&start_time=1591945710&end_time=1591945710&order=asc&limit=2&offset=0&af_type=qywx&access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
mission_list
array[object (MissionList) {11}]
活动列表
af_type
string
可选
created_at
integer
必需
id
integer
活动id
invited_count
integer
扫码添加人数
name
string
活动名称
new_user_count
integer
新用户数
outflow_count
integer
用户流失数
prize_rule
array[object (PrizeRule) {4}]
领奖规则列表
staff_ids
array[string]
可选
status
string
活动状态
tags
array[integer]
标签的id列表
total
integer
活动总数
示例
{
"errcode": 0,
"errmsg": "ok",
"mission_list": [
{
"af_type": "qywx",
"created_at": 1591934057,
"id": 15,
"invited_count": 2,
"name": "测试111",
"new_user_count": 2,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"PanPan"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1591945710,
"id": 17,
"invited_count": 1,
"name": "abc",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LuoKai"
],
"status": "end",
"tags": [
973,
1003,
1013,
1015
]
},
{
"af_type": "qywx",
"created_at": 1592294859,
"id": 32,
"invited_count": 0,
"name": "test",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1592536288,
"id": 35,
"invited_count": 1,
"name": "测试219",
"new_user_count": 1,
"outflow_count": 1,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LuoKai"
],
"status": "end",
"tags": [
994
]
},
{
"af_type": "qywx",
"created_at": 1592907566,
"id": 36,
"invited_count": 2,
"name": "测试",
"new_user_count": 0,
"outflow_count": 1,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"incompletemountain",
"YangGuang"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1593345687,
"id": 39,
"invited_count": 1,
"name": "11",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1593569433,
"id": 40,
"invited_count": 2,
"name": "哈哈哈",
"new_user_count": 0,
"outflow_count": 1,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"SiSi"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1593609566,
"id": 41,
"invited_count": 0,
"name": "明白",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1594194930,
"id": 43,
"invited_count": 2,
"name": "测试任务宝",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
1125
]
},
{
"af_type": "qywx",
"created_at": 1594388842,
"id": 45,
"invited_count": 0,
"name": "测试任务宝",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"clth"
],
"status": "end",
"tags": [
974,
1021
]
},
{
"af_type": "qywx",
"created_at": 1594389407,
"id": 47,
"invited_count": 0,
"name": "任务宝测试x2",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
1047
]
},
{
"af_type": "qywx",
"created_at": 1594389907,
"id": 49,
"invited_count": 0,
"name": "1212",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
973,
1021
]
},
{
"af_type": "qywx",
"created_at": 1594608217,
"id": 50,
"invited_count": 0,
"name": "ssss",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 20,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LuoDaDa",
"YiShiYuQiao"
],
"status": "end",
"tags": [
973,
974,
1013,
1021
]
},
{
"af_type": "qywx",
"created_at": 1594640081,
"id": 56,
"invited_count": 2,
"name": "反反复复付",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 12,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LuoKai"
],
"status": "end",
"tags": [
1021,
1016
]
},
{
"af_type": "qywx",
"created_at": 1594716575,
"id": 57,
"invited_count": 0,
"name": "这是一个任务666666666",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594718521,
"id": 58,
"invited_count": 0,
"name": "333",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LvDouNiuNaiBing",
"x.l",
"KeLeDanJuan",
"coooo",
"codetalks",
"charles",
"x",
"MuZiJinKou",
"YueXiaoBan",
"DuoLe",
"incompletemountain",
"a70911341cdcef126975b2149b2c8940",
"TianKong",
"YangGuang",
"ll",
"LiYan",
"ZhangXinYu01",
"KeLe",
"ShengShiYiHuiShou",
"LuoKai",
"xiaoban",
"JuZiTou",
"QunFaDaShi-YouYou",
"cheng",
"YiShiYuQiao",
"LuoDaDa",
"YeMinMin",
"YiBanZhangFenDaShi-YaoYao",
"XiaoHong",
"Shiyan",
"XingHeChangMing",
"SiSi",
"ZhangBoEn",
"5bf6dcdba3a20fd3dd4e000c92997171",
"yhjwwhm",
"TuanZi",
"c",
"ZaHuiShiEr",
"850c7c451e0c6b52ed69baa29b47b6d1",
"NiGeQiu",
"lemon",
"clth",
"PanPan",
"YuanLiDianDaoMengXiang"
],
"status": "end",
"tags": [
973,
974,
979,
994,
1256,
1013,
1021,
1049,
1065,
1063,
1067,
1219
]
},
{
"af_type": "qywx",
"created_at": 1594719818,
"id": 59,
"invited_count": 0,
"name": "这是一个大皮球66666666",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 100,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LvDouNiuNaiBing",
"x.l",
"KeLeDanJuan",
"coooo",
"codetalks",
"charles",
"x",
"MuZiJinKou",
"YueXiaoBan",
"DuoLe",
"incompletemountain",
"a70911341cdcef126975b2149b2c8940",
"TianKong",
"YangGuang",
"ll",
"LiYan",
"ZhangXinYu01",
"KeLe",
"ShengShiYiHuiShou",
"LuoKai",
"xiaoban",
"JuZiTou",
"QunFaDaShi-YouYou",
"cheng",
"YiShiYuQiao",
"LuoDaDa",
"YeMinMin",
"YiBanZhangFenDaShi-YaoYao",
"XiaoHong",
"Shiyan",
"XingHeChangMing",
"SiSi",
"ZhangBoEn",
"5bf6dcdba3a20fd3dd4e000c92997171",
"yhjwwhm",
"TuanZi",
"c",
"ZaHuiShiEr",
"850c7c451e0c6b52ed69baa29b47b6d1",
"NiGeQiu",
"lemon",
"clth",
"PanPan",
"YuanLiDianDaoMengXiang"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1594725395,
"id": 60,
"invited_count": 2,
"name": "测试任务宝",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
1015,
1016,
1047,
1048,
1063
]
},
{
"af_type": "qywx",
"created_at": 1594728281,
"id": 61,
"invited_count": 0,
"name": "tj的",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 12,
"prize_staff_id_list": null
}
],
"staff_ids": [
"PanPan"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594728378,
"id": 62,
"invited_count": 0,
"name": "aaaac",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 12,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594728490,
"id": 63,
"invited_count": 1,
"name": "abc",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang",
"LvDouNiuNaiBing",
"Shiyan"
],
"status": "end",
"tags": [
1275,
1281,
1282
]
},
{
"af_type": "qywx",
"created_at": 1594729421,
"id": 66,
"invited_count": 0,
"name": "啊啊啊市场",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 12,
"prize_staff_id_list": null
}
],
"staff_ids": [
"PanPan"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594729507,
"id": 68,
"invited_count": 0,
"name": "1233333",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LvDouNiuNaiBing",
"x.l",
"KeLeDanJuan",
"coooo",
"codetalks",
"charles",
"x",
"MuZiJinKou",
"YueXiaoBan",
"DuoLe",
"incompletemountain",
"a70911341cdcef126975b2149b2c8940",
"TianKong",
"YangGuang",
"ll",
"LiYan",
"ZhangXinYu01",
"KeLe",
"ShengShiYiHuiShou",
"LuoKai",
"xiaoban",
"JuZiTou",
"QunFaDaShi-YouYou",
"cheng",
"YiShiYuQiao",
"LuoDaDa",
"YeMinMin",
"YiBanZhangFenDaShi-YaoYao",
"XiaoHong",
"Shiyan",
"XingHeChangMing",
"SiSi",
"ZhangBoEn",
"5bf6dcdba3a20fd3dd4e000c92997171",
"yhjwwhm",
"TuanZi",
"c",
"ZaHuiShiEr",
"850c7c451e0c6b52ed69baa29b47b6d1",
"NiGeQiu",
"lemon",
"clth",
"PanPan",
"YuanLiDianDaoMengXiang"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594729710,
"id": 69,
"invited_count": 0,
"name": "5566",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 1,
"prize_staff_id_list": null
}
],
"staff_ids": [
"LvDouNiuNaiBing",
"x.l",
"KeLeDanJuan",
"coooo",
"codetalks",
"charles",
"x",
"MuZiJinKou",
"YueXiaoBan",
"DuoLe",
"incompletemountain",
"a70911341cdcef126975b2149b2c8940",
"TianKong",
"YangGuang",
"ll",
"LiYan",
"ZhangXinYu01",
"KeLe",
"ShengShiYiHuiShou",
"LuoKai",
"xiaoban",
"JuZiTou",
"QunFaDaShi-YouYou",
"cheng",
"YiShiYuQiao",
"LuoDaDa",
"YeMinMin",
"YiBanZhangFenDaShi-YaoYao",
"XiaoHong",
"Shiyan",
"XingHeChangMing",
"SiSi",
"ZhangBoEn",
"5bf6dcdba3a20fd3dd4e000c92997171",
"yhjwwhm",
"TuanZi",
"c",
"ZaHuiShiEr",
"850c7c451e0c6b52ed69baa29b47b6d1",
"NiGeQiu",
"lemon",
"clth",
"PanPan",
"YuanLiDianDaoMengXiang"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594730347,
"id": 70,
"invited_count": 5,
"name": "这是一个不能删除的任务",
"new_user_count": 0,
"outflow_count": 1,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
973,
1013,
1015
]
},
{
"af_type": "qywx",
"created_at": 1594778505,
"id": 72,
"invited_count": 2,
"name": "666",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"x.l",
"PanPan"
],
"status": "end",
"tags": [
973
]
},
{
"af_type": "qywx",
"created_at": 1594799117,
"id": 73,
"invited_count": 4,
"name": "66666",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
1284,
1290
]
},
{
"af_type": "qywx",
"created_at": 1594801518,
"id": 74,
"invited_count": 4,
"name": "7777777",
"new_user_count": 0,
"outflow_count": 3,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
1284,
1290
]
},
{
"af_type": "qywx",
"created_at": 1594802583,
"id": 75,
"invited_count": 3,
"name": "不要删除老夫的活动",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"PanPan"
],
"status": "end",
"tags": []
},
{
"af_type": "qywx",
"created_at": 1594806458,
"id": 76,
"invited_count": 2,
"name": "9999911",
"new_user_count": 0,
"outflow_count": 0,
"prize_rule": [
{
"finished_mark_tag": [],
"level": 1,
"notify_rule": 2,
"prize_staff_id_list": null
}
],
"staff_ids": [
"YangGuang"
],
"status": "end",
"tags": [
973
]
}
],
"total": 620
}
🟢200正常返回
修改于 2024-03-05 07:20:32