- 对接说明
- 全局异常码
- 联系人合并接口迁移说明
- 一、获取访问凭据
- 二、通讯录管理
- 三、企微好友管理🚀🚀🚀
- 四、线索管理(即将废弃)
- 五、企业管理🚀🚀🚀
- 六、智能码
- 七、三方ID转换
- 八、跟进记录🚀🚀🚀
- 九、旅程动态🚀🚀🚀
- 十、商机🚀🚀🚀
- 十一、资料库
- 十二、标签管理🚀🚀🚀
- 十三、营销组件
- 十四、消息推送
- 十五、群相关
- 十六、自定义字段🚀🚀🚀
- 十七、外呼相关
- 十八、个微人脉管理
- 十九、联系人🚀🚀🚀
- 二十、活动管理
- 事件回调🚀🚀🚀
19.2 联系人批量详情
POST
https://openapi.weiling.cn/openapi/contact/batch
请求参数
Body 参数application/json
contact_ids
array[string]
联系人id列表
示例
{
"contact_ids": [
"XwP-Z7Car-MNhGxnmPCfmf_lbMEilu_F96AB68msZvQ"
]
}
示例代码
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/contact/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_ids": [
"XwP-Z7Car-MNhGxnmPCfmf_lbMEilu_F96AB68msZvQ"
]
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
contact_list
array [object {39}]
联系人列表
示例
{
"msg": "string",
"code": 0,
"data": {
"contact_list": [
{
"contact_id": "string",
"user_name": "string",
"contact_ways": [
{
"type": 0,
"contact_way": "string"
}
],
"status": 0,
"contact_source": {
"type": 0,
"component_id": "string",
"component_name": "string"
},
"from_channel_name": "string",
"corp_name": "string",
"corp_address": "string",
"register_address": "string",
"legal_person": "string",
"corp_founded_time": "string",
"searchword": "string",
"region": "string",
"plan_name": "string",
"group_name": "string",
"is_repeat": true,
"is_useless": true,
"create_user_id": "string",
"owner_id": "string",
"url": "string",
"email": "string",
"age": 0,
"gender": 0,
"population_size": 0,
"industry": "string",
"position": "string",
"create_time": 0,
"last_follow_time": 0,
"first_progress_time": 0,
"tag_group_list": [
{
"group_id": "string",
"group_name": "string",
"type": "string",
"create_time": 0,
"tag_info": [
{
"tag_id": "string",
"tag_name": "string",
"type": "string",
"create_time": 0,
"tag_user_id": "string"
}
]
}
],
"business_list": [
{
"business_id": "string",
"business_name": "string"
}
],
"company_list": [
{
"company_id": "string",
"company_name": "string"
}
],
"latest_progress_id": "string",
"customer_stage": "string",
"claim_time": 0,
"related_customer": [
{
"id": "string",
"type": 0
}
],
"contact_custom": {},
"region_code": 0,
"interactive_score": 0
}
]
}
}
修改于 2025-04-21 07:03:57