
# 查询标准页面列表 - QueryStandardPageList
#### 功能介绍
查询标准页面的列表，仅包含基础信息，如果需要获取标准页面的内容，需要根据ID进行查询。
#### URI
GET*华为云Astro轻应用域名*/u-route/baas/metadata/v1.0/View
#### 请求消息
无
#### 响应参数
表1响应参数 
| 参数      | 参数类型   | 描述                                                                                                                                                                                                                                                   |
|:---|:---|:---|
| resCode | String | **参数解释**： 返回码。 **取值范围**： 如果返回"0"代表请求成功，其他错误码说明请参考[错误码（数据面）](https://support.huaweicloud.com/api-astrozero/astrozero_api_0082.html)。 |
| resMsg  | String | **参数解释**： 返回消息。 **取值范围**： 成功返回"成功"，其他情况会返回具体的错误信息。                                                                                    |
| result  | Array  | **参数解释**： 成功返回会返回所有标准页面信息，以一个列表展示，每个值是一个标准页面。                                                                                                                                                                   |
   
#### 请求示例
查询标准页面列表。
```
GET https://华为云Astro轻应用域名/u-route/baas/metadata/v1.0/View
```
#### 响应示例
```
{
 "resCode": "0",
 "resMsg": "成功",
 "result": [{
            "active": false,
            "application": null,
            "belongTo": "000f000001DHIByJ3nKC",
            "belongTo.__objectType": "Application",
            "belongTo.name": "",
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-05-22 16:02:55",
            "custom": true,
            "customStyle": null,
            "deletedDate": null,
            "description": null,
            "id": "003g000001DHkGa4LkkC",
            "installedPackage": null,
            "isDeleted": false,
            "label": "Test__ApprovedResource__CST Detail",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-05-22 16:02:55",
            "layer": "null",
            "libraries": "[]",
            "logo": null,
            "name": "__layout__Test__ApprovedResource__CST__detail",
            "overridable": true,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageType": null,
            "protectMode": 0,
            "referencePageId": null,
            "systemModifiedDate": null,
            "type": "Page",
            "version": "1.0.1",
            "visibility": 0
        },
        {
            "active": false,
            "application": "000f000001Df2QvzMS4O",
            "application.__objectType": "Application",
            "application.name": "N2109869914__psi",
            "belongTo": null,
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-06-05 16:52:39",
            "custom": true,
            "customStyle": ".newmodal .form-buttons-container{\n  display: none\n}",
            "deletedDate": null,
            "description": null,
            "id": "003g000001Df2TOk6oxI",
            "installedPackage": "003L000001Df2QxT2t6U",
            "installedPackage.__objectType": "PackageInstall",
            "installedPackage.name": "",
            "isDeleted": false,
            "label": "管理仓库管理员",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-06-05 16:52:41",
            "layer": "null",
            "libraries": "",
            "logo": null,
            "name": "N2109869914__Managewarehouse_admin",
            "overridable": true,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageType": "Manage",
            "protectMode": 0,
            "referencePageId": null,
            "systemModifiedDate": null,
            "type": "Page",
            "version": "1.0.9",
            "visibility": 0
        },
        {
            "active": false,
            "application": "000f000001Df2fEmnBmy",
            "application.__objectType": "Application",
            "application.name": "N2211461455__psi",
            "belongTo": "000f000001Df2fEmnBmy",
            "belongTo.__objectType": "Application",
            "belongTo.name": "N2211461455__psi",
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-06-05 16:55:53",
            "custom": true,
            "customStyle": ".newmodal .form-buttons-container{\n  display: none\n}",
            "deletedDate": null,
            "description": null,
            "id": "003g000001Df2hjjDouB",
            "installedPackage": "003L000001Df2fGPHBr4",
            "installedPackage.__objectType": "PackageInstall",
            "installedPackage.name": "",
            "isDeleted": false,
            "label": "管理买家",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-06-05 16:55:55",
            "layer": "null",
            "libraries": "",
            "logo": null,
            "name": "N2211461455__Managebuyer",
            "overridable": true,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageType": "Manage",
            "protectMode": 0,
            "referencePageId": null,
            "systemModifiedDate": null,
            "type": "Page",
            "version": "1.0.8",
            "visibility": 0
        }
    ]
}
```
#### 状态码
状态码请参见[状态码](https://support.huaweicloud.com/api-astrozero/astrozero_api_0081.html)。
#### 错误码
错误码请参见[错误码（数据面）](https://support.huaweicloud.com/api-astrozero/astrozero_api_0082.html)。
