v1

latestSwagger 2.02026-07-132525401.9 MB
distribute

Return basic information about releases.

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

Path parameters

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Query parameters

published_onlyboolean

When true, filters out releases that were uploaded but were never distributed. Releases that under deleted distribution groups will not be filtered out.

scopestring

When the scope is 'tester', only includes releases that have been distributed to groups that the user belongs to.

topnumber

The number of releases to return

releaseIdnumber

The id of a release

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.