- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
查询公海客户库
POST
/api/v3/highsea/customerRepo
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/highsea/customerRepo' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}'
返回响应
🟢200成功
application/json
Body
code
integer
返回码
message
string
返回描述
data
array [object {2}]
返回数据
customerRepoName
string
客户库名称
customerRepoId
string
客户库id
示例
{
"code": 0,
"message": "ok",
"data": [
{
"customerRepoName": "华南二",
"customerRepoId": "462264645966208"
},
{
"customerRepoName": "北京独立库224",
"customerRepoId": "462114629732864"
},
{
"customerRepoName": "测试2",
"customerRepoId": "462096023632320"
},
{
"customerRepoName": "测试111",
"customerRepoId": "462095959120256"
},
{
"customerRepoName": "lyl的客户库",
"customerRepoId": "461918791405952"
},
{
"customerRepoName": "北京客户库",
"customerRepoId": "461797005572608"
},
{
"customerRepoName": "1111",
"customerRepoId": "461474084405696"
},
{
"customerRepoName": "小马哥深深测试",
"customerRepoId": "460893455421888"
},
{
"customerRepoName": "北京公司",
"customerRepoId": "459786524658176"
},
{
"customerRepoName": "GY库",
"customerRepoId": "457204507795968"
},
{
"customerRepoName": "广州售前客户库",
"customerRepoId": "456474257787264"
},
{
"customerRepoName": "吴苗苗客户库",
"customerRepoId": "456075069354368"
},
{
"customerRepoName": "私库限制",
"customerRepoId": "455947912237504"
},
{
"customerRepoName": "郭佳晓公库",
"customerRepoId": "455746114335104"
},
{
"customerRepoName": "wang别动┗|",
"customerRepoId": "455475816950080"
},
{
"customerRepoName": "万",
"customerRepoId": "455372947104064"
},
{
"customerRepoName": "单车",
"customerRepoId": "454363209588928"
},
{
"customerRepoName": "merry--否",
"customerRepoId": "454363158835392"
},
{
"customerRepoName": "测试成交",
"customerRepoId": "453673610993856"
},
{
"customerRepoName": "Main的客户库",
"customerRepoId": "453668257863936"
},
{
"customerRepoName": "测试公海库",
"customerRepoId": "453643625236672"
},
{
"customerRepoName": "孟诗妍的私库",
"customerRepoId": "453144973232384"
},
{
"customerRepoName": "销售部",
"customerRepoId": "453066784217344"
},
{
"customerRepoName": "洋洋洋",
"customerRepoId": "450836554227968"
},
{
"customerRepoName": "西瓜库",
"customerRepoId": "450836485667072"
},
{
"customerRepoName": "深深作业",
"customerRepoId": "450796907913536"
},
{
"customerRepoName": "辛苦",
"customerRepoId": "450771549565184"
},
{
"customerRepoName": "fan不要动好么",
"customerRepoId": "450484772856128"
},
{
"customerRepoName": "销售部门公海",
"customerRepoId": "450057590479040"
},
{
"customerRepoName": "北京独立客户库测",
"customerRepoId": "449530655885568"
},
{
"customerRepoName": "能别动别人库吗",
"customerRepoId": "448648174678336"
},
{
"customerRepoName": "售前测试公海",
"customerRepoId": "448474108795136"
},
{
"customerRepoName": "叶-勿动",
"customerRepoId": "448463884218624"
},
{
"customerRepoName": "TY-勿动",
"customerRepoId": "448318861627584"
},
{
"customerRepoName": "北京客户庫",
"customerRepoId": "445303533756736"
},
{
"customerRepoName": "别总删别人的库",
"customerRepoId": "445130235009280"
},
{
"customerRepoName": "默认客户库",
"customerRepoId": "397393382793280"
}
]
}
🟢200失败
修改于 2022-03-03 02:16:22