v1

latestSwagger 2.02026-07-132525401.9 MB
distribute

Get the latest release from every distribution group associated with an application.

get/v0.1/apps/{owner_name}/{app_name}/recent_releases

Path parameters

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.

enabledboolean required

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

uploaded_atstring required

UTC time in ISO 8601 format of the uploaded time.

destination_type'group' | 'store' | 'tester'

OBSOLETE. Will be removed in next version. The destination type.<br> <b>group</b>: The release distributed to internal groups and distribution_groups details will be returned.<br> <b>store</b>: The release distributed to external stores and distribution_stores details will be returned. <br>

is_external_buildboolean

This value determines if a release is external or not.

file_extensionstring

The file extension of the main (user-uploaded) package file.