カスタムエンティティタイプや拡張テーブルタイプを含む、カスタムエンティティ解像度のリストを取得します。
今すぐお試しください
テスト
RAM 認証
リクエスト構文
POST HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| PageNumber |
integer |
任意 |
ページ番号。デフォルト値: 1。 |
1 |
| PageSize |
integer |
任意 |
各ページで返すエントリの数。デフォルト値: 10。最大値: 100。 |
10 |
| DisplayName |
string |
任意 |
タイプ解像度の表示名。このパラメーターは部分一致をサポートします。 |
CustomReport |
| Description |
string |
任意 |
説明内を検索するキーワード。システムはあいまい一致を実行します。 |
description |
| Extend |
string |
任意 |
拡張モードで結果をフィルタリングします。有効な値: NONE および TABLE。 |
NONE |
| SortBy |
string |
任意 |
ソートフィールド。有効な値: Name、CreateTime、ModifyTime。 |
CreateTime |
| Order |
string |
任意 |
ソート注文。有効な値: Asc および Desc。 |
Asc |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
The response schema. |
||
| RequestId |
string |
The ID of the request. |
ADFASDFASDFA-ADFASDF-ASDFADSDF-AFFADS |
| Success |
boolean |
Indicates whether the request succeeded. |
true |
| PagingInfo |
object |
The pagination information. |
|
| TotalCount |
integer |
The total count. |
10 |
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The page size. |
10 |
| MetaEntityDefs |
array |
A list of custom entity definitions. |
|
| MetaEntityDef |
A custom entity definition. |
例
成功レスポンス
JSONJSON
{
"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
}
]
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。