- OpenAPI基本介绍
- 错误码参考 表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
获取线索公海列表
GET
/open-api/sea/list
请求参数
Query 参数
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/sea/list?access_token='
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
sea_list
array [object {24}]
必需
assign_rule
string
可选
assign_rule_config
object
分配规则配置
corp_id
string
企业ID
created_at
integer
创建时间
creator_id
integer
创建人
deleted
boolean
是否删除
department_ext_list
null
可选
editable
null
可选
encrypt_rule
string
可选
id
integer
公海ID
is_show
null
可选
is_unlimited
boolean
员工持有上线开关
leads_count
null
可选
leads_limit
integer
员工持有上线数量
name
string
公海名称
phone_encrypted
boolean
是否加密手机号
recycle_behavior
array[string]
回收生效的行为
recycle_rule
string
分配规则
recycle_time_config
object
回收时间设置
recycle_to_sea_id
null
可选
staff_ext_id
string
可选
staff_id
integer
创建员工id
staff_name
null
更新时间
updated_at
integer
更新时间
total_count
integer
公海总数
示例
{
"errcode": 0,
"errmsg": "ok",
"sea_list": [
{
"assign_rule": "automatic_distribution",
"assign_rule_config": {
"automatic_allocation_config": "random",
"continuity_receive_hours": 0,
"continuity_receive_minutes": 0,
"continuity_receive_open": false,
"daily_allocation_count": 0,
"daily_allocation_open": false,
"department_ext_id_list": [],
"staff_ext_id_list": [
"Test"
]
},
"corp_id": "1653682321878942721",
"created_at": 1650363818,
"creator_id": 1000002945,
"deleted": false,
"department_ext_list": null,
"editable": null,
"encrypt_rule": "before_receive",
"id": 31745,
"is_show": null,
"is_unlimited": true,
"leads_count": null,
"leads_limit": 1,
"name": "7777",
"phone_encrypted": false,
"recycle_behavior": [],
"recycle_rule": "not_recycling",
"recycle_time_config": {},
"recycle_to_sea_id": null,
"staff_ext_id": "Test",
"staff_id": 1000002945,
"staff_name": null,
"updated_at": 1650363818
}
],
"total_count": 1
}
🟢200正常返回
修改于 2024-03-05 07:16:39