Skip to main content
GET
/
platform
/
appdev
/
apppackages
/
apps
/
{appId}
Error
A valid request URL is required to generate request examples
[
  {
    "parentName": "<string>",
    "applicationId": 123,
    "applicationTypeId": 123,
    "releasePackageId": 123,
    "releasePackageName": "<string>",
    "name": "<string>",
    "applicationNamespace": "<string>",
    "applicationVersion": {
      "majorVersion": 123,
      "minorVersion": 123,
      "revision": 123
    },
    "applicationStatusId": 123,
    "appId": "<string>",
    "applicationStatusName": "<string>",
    "hasVersions": true,
    "appSchemeVersion": 123,
    "appKey": "<string>",
    "parentAppKey": "<string>",
    "updateParentAppKey": "<string>",
    "updateAvailable": true
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

appId
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

parentName
string | null
applicationId
integer<int32>
applicationTypeId
integer<int32>
releasePackageId
integer<int32>
releasePackageName
string | null
name
string | null
applicationNamespace
string | null
applicationVersion
object
applicationStatusId
integer<int32>
appId
string | null
applicationStatusName
string | null
hasVersions
boolean
appSchemeVersion
integer<int32>
appKey
string | null

The AppKey is a runtime type.

parentAppKey
string | null

The AppKey is a runtime type. This only applies for themes that inherit from another theme.

updateParentAppKey
string | null

The AppKey is a runtime type. This only applies for themes that inherit from another theme. It shows the most current update available.

updateAvailable
boolean