企微朋友圈任务发表详情
开发中GET
/open-api/moment_message/tasks/result调用此接口需购买基础席位。
请求参数
Query 参数
moment_message_id
string
朋友圈任务ID
staff_ext_id
string
员工ID
start_time
integer
可选
后台员工发送时间,如果员工没有发送,就是任务的发送时间,若未传staff_ext_id则不生效
end_time
integer
可选
后台员工发送时间,如果员工没有发送,就是任务的发送时间,若未传staff_ext_id则不生效
limit
string
列表长度
offset
string
偏移量
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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
}
最后修改时间: 23 天前