获取群列表
GET
https://aa-hub.ddregion.com/api/v2/groupChat/list
请求参数
Query 参数
token
string
必需
current
string
当前页数,不能为0
pageSize
string
可选
imBotId
string
托管账号系统id
wecomUserId
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://aa-hub.ddregion.com/api/v2/groupChat/list?token=¤t=&pageSize=&imBotId=&wecomUserId='
返回响应
🟢200成功
application/json
Body
errcode
integer
错误码
errmsg
string
错误描述
data
array [object {7}]
必需
wecomChatId
string
客户群id
name
string
群名
owner
string
群主id
createTime
integer
创建时间
notice
string
群公告
systemTag
array [object {3}]
必需
memberList
array [object {6}]
群成员id
total
integer
总群聊数
imRoomid
string
必需
示例
{
"errcode": 0,
"errmsg": "string",
"data": [
{
"wecomChatId": "string",
"name": "string",
"owner": "string",
"createTime": 0,
"notice": "string",
"systemTag": [
{
"groupName": "string",
"tagName": "string",
"tagId": "string"
}
],
"memberList": [
{
"type": 0,
"imContactId": "string",
"externalUserId": "string",
"joinTime": 0,
"joinScene": 0,
"corpName": "string"
}
]
}
],
"total": 0,
"imRoomid": "string"
}