- 开发指南
- 基础
- 连接微信
- 办公
- 智慧硬件
获取企业已配置的「联系我」列表
POST
https://qyapi.weixin.qq.com/cgi-bin/externalcontact/list_contact_way
注意,该接口仅可获取2021年7月10日以后创建的「联系我」
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/list_contact_way' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time":1622476800,
"end_time":1625068800,
"cursor":"CURSOR",
"limit":1000
}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "ok",
"contact_way": [
{
"config_id": "534b63270045c9ABiKEE814ef56d91c62f"
},
{
"config_id": "87bBiKEE811c62f63270041c62f5c9A4ef"
}
],
"next_cursor": "NEXT_CURSOR"
}
请求参数
Query 参数
access_token
string
调用接口凭证
示例值:
ACCESS_TOKEN
Body 参数application/json
start_time
integer
必需
end_time
integer
必需
cursor
string
必需
limit
integer
必需
示例
返回响应
🟢200成功
application/json
Body
errcode
integer
返回码
errmsg
string
必需
contact_way
array [object {1}]
必需
config_id
string
联系方式的配置id
next_cursor
string
必需

【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通


修改于 2022-12-06 08:37:23