Pgyer Docs
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

POSThttps://api.pgyer.com/apiv1/app/builds

Request Parameters

ParameterTypeDescription
aIdStringApp Id.
pageIntegerVersion list page number.
_api_keyStringAPI Key.

Response Data

ParameterTypeDescription
appKeyStringApp Key of the latest build.
appTypeIntegerApp type: 1 iOS, 2 Android.
appFileSizeIntegerApp file size.
appNameStringApp name.
appVersionStringVersion.
appVersionNoIntegerAndroid version code; always 0 for iOS.
appBuildVersionIntegerBuild number generated by Pgyer to distinguish historical builds.
appIdentifierStringBundle ID on iOS or package name on Android.
appIconStringApp icon key. Retrieve the image from https://www.pgyer.com/image/view/app_icons/{appIcon}.
appCreatedStringUpload time.

On this page