v1

latestSwagger 2.02026-07-132525401.9 MB
distribute

Return basic information about distributed releases in a given distribution group.

get/v0.1/apps/{owner_name}/{app_name}/distribution_groups/{distribution_group_name}/releases

Path parameters

distribution_group_namestring required

The name of the distribution group.

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Response

Success

idinteger required

ID identifying this unique release.

versionstring required

The release's version.<br> For iOS: CFBundleVersion from info.plist.<br> For Android: android:versionCode from AppManifest.xml.

origin'hockeyapp' | 'appcenter'

The release's origin

short_versionstring required

The release's short version.<br> For iOS: CFBundleShortVersionString from info.plist.<br> For Android: android:versionName from AppManifest.xml.

mandatory_updateboolean required

A boolean which determines whether the release is a mandatory update or not.

uploaded_atstring required

UTC time in ISO 8601 format of the uploaded time.

enabledboolean required

This value determines the whether a release currently is enabled or disabled.

is_external_buildboolean

This value determines if a release is external or not.