- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
查询没有群聊的客户
GET
/api/v3/customer/customerNotExistGroup/{lastId}/{pageSize}
请求参数
Path 参数
lastId
string
必需
示例值:
0
pageSize
string
必需
示例值:
10
Query 参数
from
string
可选
示例值:
2022-01-01 01:01:01
to
string
可选
示例值:
2022-01-01 01:01:01
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 GET '/api/v3/customer/customerNotExistGroup/0/10' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {7}]
必需
id
number
lastid
customerId
number
客户id
salesId
number
员工id
qwUserId
string
企微员工id
unionId
string
unionid
externalUserId
string
企微客户id
qwCustomerTime
string
企微添加好友时间
示例
{
"code": 0,
"message": "success",
"data": [
{
"id": 475068434047040,
"customerId": 454377478213568,
"salesId": 453303502596160,
"unionId": "o9ATRwco4mZkG70V0FeZbAKAe6bk",
"externalUserId": "wmvRo3DwAAZ7BaFhP2p936KLUQGBGPzg",
"qwUserId": "ZhangYongLu",
"qwCustomerTime": "2022-05-09 19:17:06"
},
{
"id": 475750135578688,
"customerId": 412080018726976,
"salesId": 454172585234496,
"unionId": "o9ATRwQQg3VRJ6_n-rWwIz6DCD_4",
"externalUserId": "wmvRo3DwAAEE17lqM5bLZliqSTky6JsA",
"qwUserId": "LangHuaNan",
"qwCustomerTime": "2022-05-13 15:53:15"
}
]
}
修改于 2022-09-22 09:56:03