Get App List
FreshGet Installed Applications
URL: https://openapi.geelark.com/open/v1/app/listMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| envId | Yes | string | Cloud phone ID |
| page | Yes | integer | Page number (min 1) |
| pageSize | Yes | integer | Items per page (1-100) |
Response Fields (AppInfo)
| Field | Type | Description |
|---|---|---|
| appIcon | string | App icon URL |
| appId | string | App ID |
| appName | string | App name |
| appVersionId | string | App version ID |
| installStatus | int | 0=Installing, 1=Installed, 2=Failed, 3=Uninstalling, 4=Uninstalled, 5=Uninstall Failed |
| installTime | string | Installation time |
| packageName | string | Package name |
| versionCode | string | Version code |
| versionName | string | Version name |
Get Available Applications
URL: https://openapi.geelark.com/open/v1/app/installable/listMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| name | No | string | Search keyword |
| envId | Yes | string | Cloud phone ID |
| getUploadApp | No | bool | Include uploaded apps |
| page | Yes | integer | Page number |
| pageSize | Yes | integer | Items per page |