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

Querying Application Tabs

Function

This API is used to query the list of application tab pages.

URI

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

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 list of application tab pages, send the following request:
GET https://Huawei Cloud Astro Zero domain name/u-route/baas/metadata/v1.0/Tab

Example Response

{
 "resCode": "0",
	"resMsg": "Success",
 "result": [{
            "belongTo": null,
            "bpId": null,
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-06-13 10:11:07",
            "custom": true,
            "description": "home tab",
            "id": "001g0000000000000000",
            "installedPackage": null,
            "kanbanId": null,
            "label": "Home",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-06-13 10:11:07",
            "layoutId": null,
            "logo": "home.logo",
            "name": "Home",
            "objectId": "",
            "openWay": 0,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageId": null,
            "properties": "",
            "protectMode": 0,
            "reportId": null,
            "showDeviceType": null,
            "showRegion": 0,
            "type": "PortalTab",
            "type.name": "PortalTab",
            "visibility": null,
            "webURL": null,
            "websiteId": null
        },
        {
            "belongTo": null,
            "bpId": null,
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-06-12 17:12:34",
            "custom": true,
            "description": null,
            "id": "001g000001DqgE2h6vUO",
            "installedPackage": null,
            "kanbanId": null,
            "label": "management t134",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-06-12 17:12:34",
            "layoutId": null,
            "logo": "menuicon icon-app",
            "name": "Test__asda_t1",
            "objectId": null,
            "openWay": 0,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageId": null,
            "properties": null,
            "protectMode": 0,
            "reportId": null,
            "showDeviceType": "0",
            "showRegion": 0,
            "type": "ViewTab",
            "type.name": "ViewTab",
            "visibility": 0,
            "webURL": "Test__Managet1",
            "websiteId": null
        },
        {
            "belongTo": null,
            "bpId": null,
            "createdBy": "10gd000001DHHEwmE1NQ",
            "createdBy.__objectType": "User",
            "createdBy.name": "test00xx",
            "createdDate": "2024-06-13 10:05:50",
            "custom": true,
            "description": null,
            "id": "001g000001DrqdSfgNXc",
            "installedPackage": null,
            "kanbanId": null,
            "label": "management t1342",
            "lastModifiedBy": "10gd000001DHHEwmE1NQ",
            "lastModifiedBy.__objectType": "User",
            "lastModifiedBy.name": "test00xx",
            "lastModifiedDate": "2024-06-13 10:05:50",
            "layoutId": null,
            "logo": "menuicon icon-app",
            "name": "Test__asda_t11",
            "objectId": null,
            "openWay": 0,
            "owner": "10gd000001DHHEwmE1NQ",
            "owner.__objectType": "User",
            "owner.name": "test00xx",
            "pageId": null,
            "properties": null,
            "protectMode": 0,
            "reportId": null,
            "showDeviceType": "0",
            "showRegion": 0,
            "type": "ViewTab",
            "type.name": "ViewTab",
            "visibility": 0,
            "webURL": "Test__Managet12",
            "websiteId": null
        }
    ]
}

Status Code

See Status Codes.

Error Code

See Error Codes.