Queries applications.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
| AppIdList | array | No | The IDs of the applications. | |
string | No | The ID of the application. | 1234 | |
AppName | string | No | The name of the application. | 应用名称 |
BizRegionId | string | No | Region id. | cn-hangzhou |
Status | string | No | The status of the application. Valid values:
| NORMAL |
InstallationStatus | string | No | The installation/uninstallation status of the application. Valid values:
Valid values:
| INSTALLING |
MaxResults | integer | No | The maximum number of entries per page. Valid values: 1 to 100. Default value: 10. | 10 |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. If the parameter is left empty, the data is queried from the first entry. | AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc**** |
MD5 | string | No | The value of MD5. | 009ee07fe13a29fa0c180ed0b6bc**** |
AppType | string | No | Note This parameter is for internal use now. | - |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
RequestId | string | The ID of the request. | CB95E410-FD1D-53C5-9F7D-93CC44D7**** |
TotalCount | string | The total number of entries returned. | 10 |
NextToken | string | A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. | AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON**** |
| Data | array<object> | The objects that are returned. | |
object | The returned result object. | ||
AppName | string | The name of the application. | testapp |
AppId | integer | The ID of the application. | 10404 |
AndroidAppVersion | string | The version of the application. | 1.0.0 |
IconUrl | string | The icon URL of the application. | https://test.png |
| InstanceGroupList | array | The list of instance groups where the application is installed. | |
string | The ID of the instance group where the application is installed. | ag-fasf**** | |
GmtCreate | string | The time when the application was created. | 2022-08-11 17:45:03 |
GmtModified | string | The time when the application was last modified. | 2022-08-11 17:45:03 |
Description | string | The description of the application. | CustomApp |
Status | string | The status of the application. Valid values:
Valid values:
| NORMAL |
InstallationStatus | string | The installation/uninstallation status of the application. Valid values:
Valid values:
| INSTALLING |
BizRegionId | string | Region id. | cn-hangzhou |
PackageName | string | The name of the application package. | com.example.chinalife |
ApkSize | string | Apk size. | 2.7 |
MD5 | string | The value of MD5. | 009ee07fe13a29fa0c180ed0b6bc**** |
AppType | string | The application type. Valid values:
| Normal |
Examples
Success response
JSON format
{
"RequestId": "CB95E410-FD1D-53C5-9F7D-93CC44D7****",
"TotalCount": "10",
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON****",
"Data": [
{
"AppName": "testapp",
"AppId": 10404,
"AndroidAppVersion": "1.0.0",
"IconUrl": "https://test.png",
"InstanceGroupList": [
"ag-fasf****"
],
"GmtCreate": "2022-08-11 17:45:03",
"GmtModified": "2022-08-11 17:45:03",
"Description": "CustomApp",
"Status": "NORMAL",
"InstallationStatus": "INSTALLING",
"BizRegionId": "cn-hangzhou",
"PackageName": "com.example.chinalife",
"ApkSize": "2.7",
"MD5": "009ee07fe13a29fa0c180ed0b6bc****",
"AppType": "Normal"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.