All Products
Search
Document Center

DataWorks:GetMetaCollection

Last Updated:Jun 11, 2026

Mengkueri informasi tentang koleksi di Peta Data. Koleksi mencakup kategori dan album data.

Deskripsi operasi

  1. DataWorks Professional Edition or a higher edition is required.

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

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

Id

string

Yes

ID koleksi.

as78d756asd

Elemen respons

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

1AFAE64E-D1BE-432B-A9****

MetaCollection

object

The collection details.

Id

string

The collection ID.

as78d756asd

Type

string

The collection type. Valid values:

  • Category

  • Album

  • AlbumCategory: Album subcategory.

Category

ParentId

string

The parent collection ID. This parameter can be empty.

4as3dasf654a

Name

string

The collection name.

test_category

Description

string

The collection description.

test

CreateTime

integer

The creation time in milliseconds.

1668568601000

ModifyTime

integer

The last modified time in milliseconds.

1668568601000

CreateUser

string

The ID of the creator.

456789

Administrators

array

The list of administrator IDs. Valid only for the album type. The IDs must belong to users in the same tenant. Multiple IDs can be specified.

integer

The ID of the administrator.

765432

Contoh

Respons sukses

JSONformat

{
  "RequestId": "1AFAE64E-D1BE-432B-A9****",
  "MetaCollection": {
    "Id": "as78d756asd",
    "Type": "Category",
    "ParentId": "4as3dasf654a",
    "Name": "test_category",
    "Description": "test",
    "CreateTime": 1668568601000,
    "ModifyTime": 1668568601000,
    "CreateUser": "456789",
    "Administrators": [
      765432
    ]
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.