查看应用列表

调用接口可分别查看开发者作为管理员及团队成员的应用列表

API

查看作为管理员的的应用列表

GET http://api.appmeta.cn/apps

参数列表

名称 类型 必填 说明
api_token String 长度为 32, 用户在 fir 的 api_token

调用示例

curl "http://api.appmeta.cn/apps?api_token=xxxxx"

响应数据

[
    {
        "id": "5540802dadd5b62426000cbc",
        "user_id": "5598da0b692d686ff00008d0",
        "type": "ios",
        "name": "iOS",
        "short": "iOSoid",
        "bundle_id": "im.fir.BugHDClient",
        "genre_id": 14,
        "is_opened": true,
        "web_template": "default",
        "has_combo": false,
        "created_at": 1430290477,
        "icon_url": "http://firicon.fir.im/ddb329b670814bfeaa67d5d9bf73502d4e49e560",
        "master_release": {
            "version": "1.0",
            "build": "2",
            "release_type": "adhoc",
            "distribution_name": "",
            "supported_platform": null,
            "created_at": 1443151607
        }
    },
    {
        "id": "55420f6525fc666a7300023c",
        "user_id": "5598da29692d686ff0000c64",
        "type": "android",
        "name": "BugHD",
        "short": "xr66",
        "bundle_id": "com.bughd.client",
        "genre_id": 0,
        "is_opened": false,
        "web_template": "default",
        "has_combo": false,
        "created_at": 1430392677,
        "icon_url": "http://firicon.fir.im/166ad4e2cf6e13d2e8d9ca4950fcd7574dd72755",
        "master_release": {
            "version": "1.0",
            "build": "30",
            "release_type": "",
            "distribution_name": "",
            "supported_platform": null,
            "created_at": 1443079076
        }
    },{
        # more...
    }
]