You need to enable JavaScript to run this app.
导航
ListApp - 获取 App 列表
最近更新时间:2024.11.18 20:38:12首次发布时间:2024.11.18 20:38:12

获取 App 列表。

请求说明

请求方法为 GET。

请求鉴权

您需要 对请求进行鉴权

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ListApp

要执行的操作,取值:ListApp。

Version
String

2023-09-01

API的版本,取值:2023-09-01。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
AppInfos
Array of Object

App 列表。

请求示例

GET https://open.volcengineapi.com/?Action=ListApp&Version=2023-09-01

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20241016171504072059212140BC705B",
    "Action": "ListApp",
    "Version": "2023-09-01",
    "Service": "httpdns",
    "Region": "cn-beijing"
  },
  "Result": {
        "AppInfos": [
            {
                "AppIndex": "637",
                "AppName": "multiapp_test4",
                "Description": "",
                "Condition": {
                    "AppId": "2225",
                    "Platform": "*",
                    "Extends": []
                },
                "CreateTime": "2023-08-29T16:26:26+08:00",
                "UpdateTime": "2023-08-29T16:26:26+08:00"
            },
            {
                "AppIndex": "636",
                "AppName": "multiapp_test3",
                "Description": "",
                "Condition": {
                    "AppId": "2225",
                    "Platform": "ios",
                    "Extends": []
                },
                "CreateTime": "2023-08-29T16:25:01+08:00",
                "UpdateTime": "2023-08-29T16:25:01+08:00"
            },
        ]
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。