Updated on 2025-05-13 GMT+08:00

Querying the Standard Page List

Function

This API is used to query the list of standard pages, including only basic information. To obtain the content of a standard page, query the content by ID.

URI

GET Huawei Cloud Astro Zero domain name/u-route/baas/metadata/v1.0/View

Request Parameters

None

Response Parameters

Table 1 Response parameters

Parameter

Type

Description

resCode

String

Explanation

Return code.

Value

If the request is successful, 0 is returned. For details about other error codes, see Error Codes.

resMsg

String

Explanation

Message returned.

Value

If the request is successful, "Success" is returned. In other cases, an error message is returned.

result

Array

Explanation

If the request is successful, information about all standard pages is displayed in a list. Each value is a standard page.

Example Request

To query the standard page list, send the following request:
GET https://Huawei Cloud Astro Zero domain name/u-route/baas/metadata/v1.0/View

Example Response

{
 "resCode": "0",
	"resMsg": "Success",
 "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": "Repository administrator management",
            "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": "Buyers management",
            "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
        }
    ]
}

Status Code

See Status Codes.

Error Code

See Error Codes.