获取群裂变任务详情
GET
/open-api/group_activity_fission/mission/detail获取任务详情。
错误码 | 说明 |
---|---|
21508 | corp_id 错误,找不到对应的企业 |
21509 | main_session_id 不合法 |
21510 | finished 不合法 |
21511 | order 不合法 |
21512 | limit 不合法 |
21513 | offset 不合法 |
调用此接口需购买营销席位。 |
请求参数
Query 参数
main_mission_id
string
活动ID
示例值:
135
finished
string
可选
任务是否完成(1表示任务已完成,0表示任务未完成)
示例值:
1
order
string
可选
排序按照微伴系统收录任务时间升序或降序增加排序参数 order,可选值是 asc(升序) 和 desc(降序),默认值是 asc
示例值:
asc
limit
string
可选
列表返回长度。默认值为30,最大值为100
示例值:
10
offset
string
可选
表偏移。用于迭代获取所有数据,默认值为0
示例值:
0
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errcode
integer
必需
errmsg
string
必需
mission_detail
$ref(#/definitions/2621036)[]
必需
#/definitions/2621036
可选
total
integer
必需
示例
{
"errcode": 0,
"errmsg": "ok",
"mission_detail": [
{
"created_at": 1615104206,
"finished": true,
"id": 63,
"unionid": "omefmt1r7IklnhdTl7Hya8cavxi8"
}
],
"total": 1
}
最后修改时间: 9 个月前