Skip to content

List system configurations#

Function call (URL) Permissions Possible parameters
/app_konfig_list user / sub-admin none

Example call:

https://192.168.0.240/app_konfig_list

Response type Possible content
id Unique number of the system configuration.
bezeich The name of the system configuration.
identnummer Identification number of the system configuration that is used for configuration switching with an internal telephone.
current Shows whether this system configuration is switched on or not. Only one of the system configurations will have this set to "true" at a time.
Example response
[
 {
    "id": 34,
    "bezeich": "Konfig-1",
    "identnummer": "201",
    "current": true
 },
 {
    "id": 5408,
    "bezeich": "Konfig-3",
    "identnummer": "203",
    "current": false
 }
]