获取线索公海列表
GET
/open-api/sea/list调用此接口需购买销售席位。
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errcode
integer
必需
errmsg
string
必需
sea_list
array [object {24}]
必需
assign_rule
string
可选
分配规则: staff_independent_distribution(员工自主分配)、automatic_distribution(自动分配)、administrator_distribution(管理员分配)
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
可选
手机号加密方式:before_receive(领取前加密)、forever(领取前后都加密)
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
可选
回收到指定公海的id
staff_ext_id
string
可选
创建员工ext_id
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
}
最后修改时间: 9 个月前