API 1.0 (Archive)
Version Management
Legacy API 1.0 endpoint for listing app versions.
This page documents legacy API 1.0 endpoints. New integrations should use API 2.0 Version Management.
List App Versions
POST
https://api.pgyer.com/apiv1/app/buildsRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| page | Integer | Version list page number. |
| _api_key | String | API Key. |
Response Data
| Parameter | Type | Description |
|---|---|---|
| appKey | String | App Key of the latest build. |
| appType | Integer | App type: 1 iOS, 2 Android. |
| appFileSize | Integer | App file size. |
| appName | String | App name. |
| appVersion | String | Version. |
| appVersionNo | Integer | Android version code; always 0 for iOS. |
| appBuildVersion | Integer | Build number generated by Pgyer to distinguish historical builds. |
| appIdentifier | String | Bundle ID on iOS or package name on Android. |
| appIcon | String | App icon key. Retrieve the image from https://www.pgyer.com/image/view/app_icons/{appIcon}. |
| appCreated | String | Upload time. |