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
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
}