- OpenAPI基本介绍
- 错误码参考表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
企微朋友圈任务发表详情
开发中
GET
/open-api/moment_message/tasks/result
请求参数
Query 参数
moment_message_id
string
朋友圈任务ID
staff_ext_id
string
员工ID
start_time
integer
可选
end_time
integer
可选
limit
string
列表长度
offset
string
偏移量
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/moment_message/tasks/result?moment_message_id=&staff_ext_id=&start_time=&end_time=&limit&offset&access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
moment_message
object
必需
moment_message_id
integer
朋友圈任务ID
moment_id
integer
朋友圈ID
staff_id
string
发表员工ID
staff_name
string
发表员工名称
comment_count
integer
评论数
like_count
integer
点赞数
publish_status
integer
发布状态
publish_at
integer
发布时间
customer_count
integer
朋友圈送达客户总数
customer_ext_id_list
array[string]
送达客户ext_id_list
total_count
integer
总数
示例
{
"errcode": 0,
"errmsg": "string",
"moment_message": {
"moment_message_id": 0,
"moment_id": 0,
"staff_id": "string",
"staff_name": "string",
"comment_count": 0,
"like_count": 0,
"publish_status": 0,
"publish_at": 0,
"customer_count": 0,
"customer_ext_id_list": [
"string"
]
},
"total_count": 0
}
🟢200正常返回
修改于 2024-10-29 02:40:55