- OpenAPI基本介绍
- 错误码参考表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人 群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
企微朋友圈任务列表
GET
/open-api/moment_message/result
请求参数
Query 参数
limit
integer
可选
offset
integer
偏移量
start_time
integer
可选
end_time
integer
可选
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/result?limit=&offset=&start_time=&end_time=&access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
moment_message_list
array [object {24}]
必需
create_error_msg
null
创建失败原因
create_type
integer
朋友圈创建类型
created_at
string
创建时间
cron_finished
null
是否完成定时任务
id
integer
任务id
image
array[string]
图片
is_cron
boolean
是否是定时任务
link
object
链接
location
object
地理位置
message_type
string
朋友圈类型
moment_id
string
朋友圈ID
msg_data
string
朋友圈内容
msgtime
string
发送时间
publish_at
string
发送时间
sended_task_count
integer
已发送数量
staff_ext_id
string
创建员工ID
staff_id_count
integer
员工数量
staff_id_list
array[string]
发送员工列表
staff_name
string
创建员工名称
text
string
文本
title
string
朋友圈标题
total_task_count
integer
创建任务数
video
object
视频
visible_type
integer
朋友圈可见类型
示例
{
"errcode": 0,
"errmsg": "ok",
"moment_message_list": [
{
"create_error_msg": null,
"create_type": 0,
"created_at": "2024-01-02 16:53:17",
"cron_finished": null,
"id": 3000098292,
"image": [],
"is_cron": false,
"link": {},
"location": {},
"message_type": "text",
"moment_id": "mom0eo9iCwAAy3UXJKjEtqm91xBFGGxQgw",
"msg_data": "{\"attachments\":[],\"text\":{\"content\":\"3333\"}}",
"msgtime": "2024-01-02 16:53:18",
"publish_at": null,
"sended_task_count": 0,
"staff_ext_id": "HanXianZhao",
"staff_id_count": 3,
"staff_id_list": [
"111",
"222",
"333"
],
"staff_name": "222-ii",
"text": "3333",
"title": "12312313",
"total_task_count": 2,
"video": {},
"visible_type": 1
}
]
}
🟢200正常返回
修改于 2024-10-28 10:50:51