latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

qr-code-settings-controller

Get Mobile application settings (getMobileAppSettings)

The response payload contains configuration for android/iOS applications and platform qr code widget settings.

Available for any authorized user.

get/api/mobile/qr/settings

Response

OK

createdTimeinteger

Entity creation timestamp in milliseconds since Unix epoch

useSystemSettingsboolean

Use settings from system level

useDefaultAppboolean

Type of application: true means use default Thingsboard app

androidEnabledboolean

Indicates if google play link is available

iosEnabledboolean

Indicates if apple store link is available

googlePlayLinkstring
appStoreLinkstring

Example response

{
  "id": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9"
  },
  "createdTime": 1746028547220,
  "tenantId": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9",
    "entityType": "TENANT"
  },
  "useSystemSettings": true,
  "useDefaultApp": true,
  "mobileAppBundleId": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9",
    "entityType": "DEVICE"
  },
  "androidEnabled": true,
  "iosEnabled": true
}