{
"cursorId": 0,
"customerIds": [
0
],
"ownerIds": [
0
],
"tags": [
"string"
],
"tagRelationship": true,
"groupName": "string"
}
curl --location --request POST '/open-api/customer/chat-group/page' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursorId": 0,
"customerIds": [
0
],
"ownerIds": [
0
],
"tags": [
"string"
],
"tagRelationship": true,
"groupName": "string"
}'
{
"code": 0,
"data": {
"groupChatList": [
{
"chatId": "string",
"groupId": 0,
"groupName": "string",
"ownerId": "string",
"ownerName": "string",
"tags": [
"string"
],
"memberCount": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"hasNextPage": true,
"cursorId": 0
},
"msg": "string",
"requestId": "string"
}