Menampilkan daftar definisi entitas kustom, termasuk tipe entitas kustom dan tipe tabel ekstensi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:ListMetaEntityDefs |
list |
*All Resource
|
None | None |
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default: 10. Nilai maksimum: 100. |
10 |
| DisplayName |
string |
No |
Nama tampilan definisi tipe. Dicocokkan berdasarkan kontainmen teks biasa. |
CustomReport |
| Description |
string |
No |
Deskripsi. Dicocokkan dengan pencocokan kabur. |
description |
| Extend |
string |
No |
Filter mode ekstensi. Nilai yang valid:
Valid values:
|
TABLE |
| SortBy |
string |
No |
Bidang yang digunakan untuk mengurutkan hasil. Nilai yang valid:
Valid values:
|
CreateTime |
| Order |
string |
No |
Arah pengurutan. Nilai yang valid:
Valid values:
|
Asc |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
ID permintaan. |
ADFASDFASDFA-ADFASDF-ASDFADSDF-AFFADS |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. |
true |
| PagingInfo |
object |
Informasi penomoran halaman. |
|
| TotalCount |
integer |
Jumlah total entri. |
10 |
| PageNumber |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Jumlah entri per halaman. |
10 |
| MetaEntityDefs |
array |
Daftar definisi entitas kustom. |
|
| MetaEntityDef |
Definisi entitas kustom. |
Contoh
Respons sukses
JSONformat
{
"RequestId": "ADFASDFASDFA-ADFASDF-ASDFADSDF-AFFADS",
"Success": true,
"PagingInfo": {
"TotalCount": 10,
"PageNumber": 1,
"PageSize": 10,
"MetaEntityDefs": [
{
"Name": "biz_api",
"EntityType": "custom_entity-biz_api",
"DisplayName": "业务API",
"Description": "test",
"AttributeDefs": [
{
"Name": "apiCode",
"DisplayName": "API编码",
"Type": "STRING",
"IsOptional": true,
"SearchFilterEnabled": false,
"DisplayEnabled": true,
"AllowedValues": [
"LABEL_1"
],
"Description": "层级描述"
}
],
"Extend": "NONE",
"CreateTime": 1780553640613,
"ModifyTime": 1780553640613
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.