- OpenAPI基本介绍
- 错误码参考表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
个人SOP列表
开发中
GET
/open-api/staff_sop/list
调用此接口需购买营销席位。
请求参数
Query 参数
start_time
integer
可选
示例值:
1626192000
end_time
integer
必需
示例值:
1626194000
limit
integer
可选
示例值:
20
offset
integer
可选
示例值:
0
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/list?limit=20&offset=0&access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
result
array [object {15}]
必需
id
integer
可选
created_at
string
可选
corp_id
integer
可选
updated_at
string
可选
creator_id
integer
可选
deleted
boolean
可选
name
string
可选
creator_staff_ext_id
string
可选
is_active
boolean
可选
type
integer
可选
ranger
string
可选
policy
string
可选
tags
string
可选
tag_condition
string
可选
staff_filter
object
可选
total
integer
必需
示例
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"id": 3000126159,
"created_at": "2024-01-03T11:23:53+08:00",
"corp_id": 1703429757388935200,
"updated_at": "2024-01-03T11:23:53+08:00",
"creator_id": 0,
"deleted": false,
"name": "1220_复制fdsjfkds",
"creator_staff_ext_id": "LuoDaDa",
"is_active": true,
"type": 8,
"ranger": "{\"activate_new_user\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"start_time\":0,\"end_time\":0},\"activate_old_user\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"last_send_day\":0},\"birth\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"birth_before_day\":0},\"customer_stage\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"journey\":0,\"stage\":null},\"ltc_opportunity\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"journey\":0,\"stage\":null},\"festival_marketing\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"holiday\":\"\"},\"crowd_package\":{\"package_list\":null},\"customer_tag\":{\"filter_config\":{\"is_filter\":true,\"filter_condition\":[3000357462]}}}",
"policy": "{\"auto_policy\":{\"auto_type\":\"current\",\"start_time\":1704252233}}",
"tags": "[{\"id\":3000357461,\"ext_id\":\"eteo9iCwAASFlgldtRYysIzd0Ovo_QcA\",\"name\":\"1220\"}]",
"tag_condition": "or",
"staff_filter": {
"staff_ext_ids": [],
"department_ext_ids": []
}
}
],
"total": 772
}
🟢200正常返回
修改于 2024-03-05 07:28:47