You need to enable JavaScript to run this app.
云手机

云手机

复制全文
【旧版】应用管理
【旧版】应用列表查询 ListApp
复制全文
【旧版】应用列表查询 ListApp

查询业务下的应用列表信息。

请求方式

使用 GET 方式发起请求。

请求参数

下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数

字段
位置
类型
必填
说明
ActionQuerystring公共参数,OpenAPI 接口名称ListApp
VersionQuerystring公共参数,OpenAPI 接口版本2022-08-01
product_idQuerystring业务 ID可在「云手机控制台-业务管理-业务详情」中获取
app_idQuerystring筛选条件,应用 ID
app_nameQuerystring筛选条件,应用名称
offsetQueryint分页参数例:0
countQueryint分页参数例:10

返回结果

通用返回参数,请参考 ResponseMetadata 结构说明

Result 字段包含以下参数:

字段
类型
说明
totalint查询结果总量
rowList<App>查询到的业务应用列表,详细信息,参考 App 定义

示例

请求示例

GET https://open.volcengineapi.com?Action=ListApp
&Version=2022-08-01
&product_id=1591495366954xxxxxx
&<通过header传入的公共请求参数>

返回示例

{
    "ResponseMetadata": {
        "Action": "ListApp",
        "Region": "cn-north-1",
        "RequestId": "20231102195503F5FF04382C8A32DC5643",
        "Service": "ACEP",
        "Version": "2022-08-01"
    },
    "Result": {
        "row": [
            {
                "product_id": "1641133322660745216",
                "app_id": "7295222843434916617",
                "app_name": "abc",
                "package_name": "com.abc.things",
                "app_type": 0,
                "rotation": 270,
                "icon_url": "http://file.bytetos.com/game/xxx.jpeg",
                "app_desc": "",
                "app_status": 1,
                "deploy_status": 3,
                "ready_num": 2,
                "apply_num": 2,
                "deploy_version_num": 3,
                "latest_version": {
                    "version_id": 7296775317124xxxxxx,
                    "app_id": "7295222843434xxxxxx",
                    "package_name": "com.abc.things",
                    "version_code": 2070002,
                    "version_name": "2.7.0",
                    "download_url": "https://images.tos-cn-beijing.volces.com/com.abc.apk",
                    "md5": "4596ba720b59fcba9f80fcxxxxxxxxxx",
                    "app_version_desc": ""
                }
            },
            {
                "product_id": "1641133322660xxxxxx",
                "app_id": "7291190507638xxxxxx",
                "app_name": "视频应用",
                "package_name": "com.ss.video",
                "app_type": 0,
                "rotation": 270,
                "icon_url": "http://file.bytetos.com/game/xxx.jpeg",
                "app_desc": "",
                "app_status": 1,
                "deploy_status": 3,
                "ready_num": 1,
                "apply_num": 1,
                "deploy_version_num": 2,
                "latest_version": {
                    "version_id": 7291192107908xxxxxx,
                    "app_id": "7291190507638xxxxxx",
                    "package_name": "com.ss.video",
                    "version_code": 794,
                    "version_name": "7.9.4",
                    "download_url": "https://images.tos-cn-beijing.volces.com/com.abc.apk",
                    "md5": "aa19ac9f1c1cee9b339c60xxxxxxxxxx",
                    "app_version_desc": ""
                }
            }
        ],
        "total": 2
    }
}
最近更新时间:2024.06.17 19:36:19
这个页面对您有帮助吗?
有用
有用
无用
无用