Get mobile app versions

Prev Next
Get
/platform/mobileAppVersions

Retrieves the list of mobile applications associated with the DPS.

Security
HTTP
Type bearer
Header parameters
X-Servitly-Tenant
stringRequired

The name of the target tenant (e.g. acme).

Responses
200

Successful operation.

object
id
string

The mobile-app object identifier.

appId
string

The mobile-app package id.

platform
string

The mobile-app platform identifier, Android or iOS.

version
string

The mobile-app version.

releaseNotes
string

The mobile-app release notes related to this release version.

updateRequired
boolean

The flag indicating whether the update is required to keep using the app.

401

User not authenticated.

object
message
string

The error response.

ExampleUser not authenticated
403

User not authorized.

object
message
string

The error response.

ExampleUser not authorized
429

API call rate limit exeeded.

object
message
string

The error response.

ExampleAPI call rate limit exeeded
500

Internal server error.

object
message
string

The error response.

ExampleInternal Server Error