v1

latestSwagger 2.02026-07-132525401.9 MB
account

Return a specific app with the given app name which belongs to the given owner.

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

Path parameters

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Response

Success

idstring uuid required

The unique ID (UUID) of the app

descriptionstring

The description of the app

display_namestring required

The display name of the app

release_typestring

A one-word descriptive release-type value that starts with a capital letter but is otherwise lowercase

icon_urlstring

The string representation of the URL pointing to the app's icon

icon_sourcestring

The string representation of the source of the app's icon

namestring required

The name of the app used in URLs

os'Android' | 'iOS' | 'macOS' | 'Tizen' | 'tvOS' | 'Windows' | 'Linux' | 'Custom' required

The OS the app will be running on

app_secretstring required

A unique and secret key used to identify the app in communication with the ingestion endpoint for crash reporting and analytics

platform'Java' | 'Objective-C-Swift' | 'UWP' | 'Cordova' | 'React-Native' | 'Unity' | 'Electron' | 'Xamarin' | 'WPF' | 'WinForms' | 'Unknown' | 'Custom' required

The platform of the app

origin'appcenter' | 'hockeyapp' | 'codepush' required

The creation origin of this app

created_atstring

The created date of this app

updated_atstring

The last updated date of this app

member_permissionsstring[]

The permissions of the calling user