查询所有会话分组信息
GET
/im/v2/conversation_groups
请求参数
Query 参数
account_id
string
云信账号 ID。
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
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://open.yunxinapi.com/im/v2/conversation_groups?account_id' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
conversation_groups
array [object {5}]
会话分组列表。
示例
{
"code": 0,
"msg": "string",
"data": {
"conversation_groups": [
{
"name": "string",
"group_id": 0,
"server_extension": "string",
"create_time": 0,
"update_time": 0
}
]
}
}
🟢200成功
🟢200请求参数错误
🟢200服务器错误
修改于 2024-02-21 08:48:32