アプリのリビジョン一覧の取得
GET
https://deploygate.com/api/users/{OWNER_NAME}/platforms/{PLATFORM_TYPE}/apps/{APP_ID}/binaries
Path Params
Name | Type | Required | Description |
---|---|---|---|
OWNER_NAME | string | true | ユーザー名もしくはグループ名 |
PLATFORM_TYPE | string | true | ios もしくは android |
APP_ID | string | true | アプリのパッケージ名 (例: com.deploygate.android) |
Query Params
Name | Type | Required | Description |
---|---|---|---|
page | integer | false | 取得するページ番号。デフォルト 1 |