curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/kf/knowledge/list_group' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"limit": 0,
"group_id": "string"
}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "NEXT_CURSOR",
"has_more": 1,
"group_list": [
{
"group_id": "GROUP_ID",
"name": "NAME",
"is_default": 1
},
{
"group_id": "GROUP_ID",
"name": "NAME",
"is_default": 0
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通