- OpenAPI基本介绍
- 错误码参考 表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
个人SOP详情-规则列表
开发中
GET
/open-api/staff_sop/one/rule/list
调用此接口需购买营销席位。
请求参数
Query 参数
staff_sop_id
integer
必需
示例值:
3000126150
start_time
integer
可选
示例值:
1626192000
end_time
integer
可选
示例值:
1626194000
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/staff_sop/one/rule/list?staff_sop_id=3000126150&start_time=1626192000&end_time=1626194000&access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
result
array [object {23}]
必需
id
integer
可选
time_type
string
可选
rule_name
string
可选
add_time
integer
可选
next_day
integer
运营策略-第几天
next_time
integer
可选
point_time
string
定时推送时间
messages
array [object {7}]
可选
reminder_time
string
推送时间中文解释
rule_type
string
可选
next_type
string
可选
period_start
integer
规则生效开始时间
period_end
integer
规则生效结束时间
period_start_type
string
可选
period_end_type
string
可选
push_type
string
可选
type
integer
可选
custom_config
object
可选
rule_add_tag
null
可选
file_number
integer
附件数量,可忽略
use_new_birthday_data
boolean
可选
new_push_day
integer
可选
new_push_time
string
可选
示例
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"id": 3000212366,
"time_type": "current",
"rule_name": "",
"add_time": 180,
"next_day": 0,
"next_time": 3,
"point_time": "",
"messages": [
{
"msg_type": "text",
"msg_content": "3分钟的任务",
"radar": {
"activity_notify": false,
"advanced_setup_enable": false,
"auto_mark_tag": [],
"auto_mark_tag_rule": [],
"auto_mark_tag_object": null,
"auto_add_integral_rule": null,
"behavior_notify": false,
"cover_url": "",
"desc": "",
"has_tag": false,
"id": 0,
"hash_id": "",
"is_usual": false,
"link": "",
"name": "",
"score_rule": {
"id": 0,
"rules": []
},
"title": "",
"type": ""
},
"is_new_msg": true,
"show_info": "",
"auto_reply": "{\"attachments\":[],\"text\":{\"content\":\"3分钟的任务\"}}",
"auto_reply_object": {
"attachments": [],
"text": {
"content": "3分钟的任务"
}
}
}
],
"reminder_time": "3分钟后发送",
"rule_type": "员工通知",
"next_type": "minute",
"period_start": 0,
"period_end": 0,
"period_start_type": "timed",
"period_end_type": "permanent",
"push_type": "timed",
"type": 3,
"custom_config": {
"stage_id": 0,
"group_id": 0
},
"rule_add_tag": null,
"file_number": 0,
"use_new_birthday_data": false,
"new_push_day": 0,
"new_push_time": ""
}
]
}
🟢200正常返回
修改于 2024-03-05 07:28:55