Mengkueri kelompok pesan interaktif dalam aplikasi pesan interaktif.
Deskripsi operasi
Before you call this operation, make sure that you have called the CreateLiveMessageGroup operation to create an interactive messaging group.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ListLiveMessageGroups |
list |
*Rtc
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
demo |
| SortType |
integer |
Yes |
Pesanan pengurutan berdasarkan pengatur waktu kelompok dibuat. Nilai valid:
|
1 |
| NextPageToken |
integer |
No |
Nomor halaman awal untuk kueri. Jika Anda mengosongkan parameter ini, kueri dimulai dari halaman pertama. |
1001 |
| GroupStatus |
integer |
No |
Status kelompok yang akan dikueri. Nilai default: 0. Nilai valid:
|
1 |
| DataCenter |
string |
No |
Pusat data lokal. Harus sama dengan pusat data lokal yang ditentukan saat Anda memanggil operasi CreateLiveMessageApp untuk membuat aplikasi pesan interaktif. Nilai valid: cn-shanghai dan ap-southeast-1 (Singapura). |
cn-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B5D95365-5A46-1A6A-BBF5-C7B6BDED**** |
| Hasmore |
boolean |
Indicates whether the current page is followed by another page. |
false |
| NextpageToken |
string |
The starting page number for the next query. This parameter is returned only if the value of Hasmore is true. |
1001 |
| GroupList |
array<object> |
Details about the groups. |
|
|
object |
Details about the groups. |
||
| GroupId |
string |
The ID of the group. |
cU9MeBqf**** |
| CreatorId |
string |
The ID of the group creator. |
user_77 |
| AdminList |
array |
The list of the IDs of the group administrators. |
|
|
string |
Administrator. |
uid1 |
|
| Createtime |
integer |
The time when the group was created. The value is a UNIX timestamp. Unit: seconds. |
1698299727 |
| GroupName |
string |
The name of the group. |
mytestgroup |
| GroupInfo |
string |
The additional information about the group. |
testgroupinfo |
| Delete |
boolean |
Indicates whether the group is deleted. |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B5D95365-5A46-1A6A-BBF5-C7B6BDED****",
"Hasmore": false,
"NextpageToken": "1001",
"GroupList": [
{
"GroupId": "cU9MeBqf****",
"CreatorId": "user_77",
"AdminList": [
"uid1"
],
"Createtime": 1698299727,
"GroupName": "mytestgroup",
"GroupInfo": "testgroupinfo",
"Delete": true
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | Illegal input parameters |
| 500 | ServerError | %s. | Unknown error, please try again later or submit a ticket for consultation. |
| 403 | NoAuth | %s. | No permission |
| 404 | ResourceNotExist | %s. | The requested resource does not exist, please check and try again |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.