アプリの詳細を取得
GET
https://deploygate.com/api/users/{OWNER_NAME}/platforms/{PLATFORM_TYPE}/apps/{APP_ID}
Path Params
Name | Type | Required | Description |
---|---|---|---|
OWNER_NAME | string | true | ユーザー名もしくはグループ名 |
PLATFORM_TYPE | string | true | ios もしくは android |
APP_ID | string | true | アプリのパッケージ名 (例: com.deploygate.android) |