Mengkueri detail kelompok Paket dengan memanggil GetMessageGroup.
Deskripsi operasi
Usage notes
The QPS limit on this operation is 100 calls per second per user. If the number of calls per second exceeds the limit, throttling is triggered, which may affect your business. We recommend that you take note of the limit when you call this operation. For more information, see QPS limits.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:GetMessageGroup |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
ID kelompok Paket. |
AE35-****-T95F |
| AppId |
string |
Yes |
ID aplikasi Interactive Messaging. |
VKL3*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The returned result. |
|
| CreateTime |
integer |
The UTC timestamp when the message group was created. |
1502280113 |
| CreatorId |
string |
The creator ID. |
as****hs |
| Extension |
object |
The extension field. |
1 |
| GroupId |
string |
The message group ID. |
AE35-****-T95F |
| IsMuteAll |
boolean |
Indicates whether all members in the message group are muted.
|
true |
| Status |
integer |
The status of the message group. The default value is 1, which indicates that the message group is in the normal state. |
1 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"CreateTime": 1502280113,
"CreatorId": "as****hs",
"Extension": 1,
"GroupId": "AE35-****-T95F",
"IsMuteAll": true,
"Status": 1
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.