- 对接说明
- 全局异常码
- 联系人合并接口迁移说明
- 一、获取访问凭据
- 二、通讯录管理
- 三、企微好友管理🚀🚀🚀
- 四、线索管理(即将废弃)
- 五、企业管理🚀🚀🚀
- 六、智能码
- 七、三方ID转换
- 八、跟进记录🚀🚀🚀
- 九、旅程动态🚀🚀🚀
- 十、商机🚀🚀🚀
- 十一、资料库
- 十二、标签管理🚀🚀🚀
- 十三、营销组件
- 十四、消息推送
- 十五、群相关
- 十六、自定义字段🚀🚀🚀
- 十七、外呼相关
- 十八、个微人脉管理
- 十九、联系人🚀🚀🚀
- 二十、活动管理
- 事件回调🚀🚀🚀
3.6 批量获取企微好友详情
POST
https://openapi.weiling.cn/openapi/customer/batch
请求参数
Query 参数
access_token
string
接口调用凭证
Body 参数application/json
customer_ids
array[string]
必需
示例
{
"customer_ids": [
"oKBiDpCKNsX1wg0Rc3KlsjIlChV2f99qrUOGsp3Eqm8"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.weiling.cn/openapi/customer/batch?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_ids": [
"oKBiDpCKNsX1wg0Rc3KlsjIlChV2f99qrUOGsp3Eqm8"
]
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
customer_list
array [object {19}]
必需
示例
{
"msg": "string",
"code": 0,
"data": {
"customer_list": [
{
"customer_id": "string",
"external_userid": "string",
"name": "string",
"avatar": "string",
"type": 0,
"gender": 0,
"position": "string",
"corp_name": "string",
"corp_full_name": "string",
"customer_stage": "string",
"remark_mobiles": [
"string"
],
"lost_state": true,
"unionid": "string",
"follow_users": [
{
"add_way": 0,
"remark_corp_name": "string",
"position": "string",
"tags": [
{
"group_id": "string",
"group_name": "string",
"tag_id": "string",
"tag_name": "string",
"type": "string"
}
],
"lost_state": 0,
"create_time": 0,
"userid": "string",
"remark": "string",
"description": "string",
"remark_mobiles": [
"string"
],
"add_source": {
"type": "string",
"id": "string",
"name": "string"
},
"qq": "string",
"email": "string",
"wx_id": "string",
"customer_custom_field": "string"
}
],
"company_list": [
{
"company_id": "string",
"company_name": "string"
}
],
"business_list": [
{
"business_id": "string",
"business_name": "string"
}
],
"clue_list": [
{
"clue_id": "string"
}
],
"latest_progress_id": "string",
"first_progress_time": 0
}
]
}
}
修改于 2024-05-17 05:58:49