Updated on 2025-08-28 GMT+08:00

Listing All Applications

Function

This API is used to list all applications under the current account.

URI

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

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, all applications under the account are displayed in a list. Each value indicates an application.

Table 2 Main properties of each object in result

Parameter

Type

Description

id

String

Explanation

Application ID.

Value

None

label

String

Explanation

Label name of an application.

Value

None

name

String

Explanation

Name of an application.

Value

None

description

String

Explanation

Description of an application.

Value

None

type

String

Explanation

Application type.

Value

  • NoCode Application: no-code application.
  • Custom Application: low-code application.

logo

String

Explanation

Application icon. You can enter the image address (the prefix is restricted).

Value

The prefix value range is as follows:

"/u-route/baas/file/v1.0/media",
"/besBaas/baas/studio/img",
"/img",
"/besBaas/images",
"nc-icon",
"/nocode/service/file/v1.0/media",
"menuicon",
"/lowcode/home/img"

properties

String

Explanation

Application properties, including the application package ID and version number.

Value

None

Example Request

To list all applications under the current account, send the following request:
GET https://Huawei Cloud Astro Zero domain name/u-route/baas/metadata/v1.0/Application

Example Response

{
 "resCode": "0",
	"resMsg": "Success",
 "result": [{
   "active": true,
   "belongTo": null,
   "category": null,
   "coreVersion": null,
   "createdBy": "10gd000000bZHUAq7Pea",
   "createdBy.__objectType": "User",
   "createdBy.name": "test",
   "createdDate": "2019-02-10 22:14:41",
   "custom": true,
   "defaultTabId": "001g0000000000000000",
   "defaultTabId.__objectType": "Tab",
   "defaultTabId.name": "Home",
			"description": "Application 1",
   "id": "000f000000NhIiwso4p6",
   "installedPackage": "003L000000mR6pf2uFqi",
   "installedPackage.__objectType": "PackageInstall",
   "installedPackage.name": "FacilityManagement",
   "introductionPageID": null,
   "isIncremental": false,
   "label": "Facility Management",
   "lastModifiedBy": "10gd000000bZHUAq7Pea",
   "lastModifiedBy.__objectType": "User",
   "lastModifiedBy.name": "test",
   "lastModifiedDate": "2020-01-10 15:21:18",
   "logo": null,
   "name": "SmartCampus__FacilityManagement",
   "owner": "10gd000000bZHUAq7Pea",
   "owner.__objectType": "User",
   "owner.name": "test",
   "properties": "{\"version\":\"0.0.0\",\"packageId\":\"testPackageId\"}",
   "protectMode": 1,
   "runtimeProperties": null,
   "supportBO20": false,
   "theme": null,
   "type": "Custom Application",
   "type.name": "Custom Application",
   "visibility": null,
   "visibleScope": null
  },
  {
   "active": true,
   "belongTo": null,
   "category": "",
   "coreVersion": "1.3.3",
   "createdBy": "10gd000000bZHUAq7Pea",
   "createdBy.__objectType": "User",
   "createdBy.name": "test",
   "createdDate": "2020-09-28 20:30:35",
   "custom": true,
   "defaultTabId": "001g0000000000000000",
   "defaultTabId.__objectType": "Tab",
   "defaultTabId.name": "Home",
			"description": "Demonstrable configurable scenario case"
   "id": "000f000000ddHP8z87N2",
   "installedPackage": "003L000000llRwGwwuDg",
   "installedPackage.__objectType": "PackageInstall",
   "installedPackage.name": "$caseDemo_a",
   "introductionPageID": null,
   "isIncremental": false,
			"label": "Trouble ticket process",
   "lastModifiedBy": "10gd000000bZHUAq7Pea",
   "lastModifiedBy.__objectType": "User",
   "lastModifiedBy.name": "test",
   "lastModifiedDate": "2021-08-02 10:20:56",
   "logo": "/img/03.cd9e2a5.jpg",
   "name": "caseDemo",
   "owner": "10gd000000bZHUAq7Pea",
   "owner.__objectType": "User",
   "owner.name": "test",
   "properties": "{\"version\":\"0.0.0\",\"packageId\":\"003G000000ddHP8QV3VA\"}",
   "protectMode": 0,
			"runtimeProperties": "{\"version\":\"180828\",\"packageId\":\"003G000000ddHP8QV3VA\"}",
			"supportBO20": false,
			"theme": null,
			"type": "Custom Application",
			"type.name": "Custom Application",
			"visibility": null,
			"visibleScope": null
		}
	]
}

Status Code

See Status Codes.

Error Code

See Error Codes.