Set system configuration#
Function call (URL) | Permissions | Possible parameters |
---|---|---|
/app_konfig_set | user / sub-admin | configId: Specification of the unique system configuration ID (id). Version 4.0 or higher: autoswitch: 0 disable, 1 enable |
Example calls:
- switch to a configuration: https://192.168.0.240/app_konfig_set?configId=5408
- enable automatic configuration switching: https://192.168.0.240/app_konfig_set?autoswitch=1
- switch to a configuration and disable the automatic configuration switching: https://192.168.0.240/app_konfig_set?configId=5408&autoswitch=0
Info
- In order for a user to be able to switch the system configuration, the "Configuration switching" function must be activated under "Authorizations" in the subscriber properties.
- For a user to be able to use automatic configuration switching, the "Configuration switching" function must be activated in the subscriber properties under Authorizations.
Response type | Possible content |
---|---|
successful | true or false |