Documentation Index

Fetch the complete documentation index at: https://learn.servitly.com/llms.txt

Use this file to discover all available pages before exploring further.

Get mobile app versions

Prev Next
Get
/platform/mobileAppVersions

Retrieves the list of mobile applications associated with the DPS, with the published version for each platform (Android and iOS), the related release notes and the flag indicating whether the update is required to keep using the app.
Mobile clients typically invoke this endpoint at startup, to detect whether a newer version must be installed before proceeding.

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

The name of the 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 exceeded.

object
message
string

The error response.

ExampleAPI call rate limit exceeded
500

Internal server error.

object
message
string

The error response.

ExampleInternal Server Error