All Products
Search
Document Center

ApsaraVideo Live:ListLiveMessageGroups

Last Updated:Jun 10, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

live:ListLiveMessageGroups

list

*Rtc

acs:live::{#accountId}:rtc/{#AppId}

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: Pesanan naik

  • 2: Pesanan turun.

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:

  • 0: semua kelompok

  • 1: kelompok yang ada

  • 2: kelompok yang dihapus.

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.