Return registered applications

This function lists registered AppConfig applications.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_appconfig_application_list
Request samples
whmapi1 --output=jsonpretty \
  get_appconfig_application_list
Response samples
application/json
{
  • "data": {
    • "cpanel": [
      • {
        • "acls": [
          • "any"
          ],
        • "displayname": "Roundcube",
        • "entryurl": "roundcube/",
        • "features": [
          • "roundcube"
          ],
        • "group": "mailman",
        • "icon": "roundcube.ico",
        • "name": "roundcube",
        • "origin": "clamavconnector.conf",
        • "phpConfig": "php.ini",
        • "target": "_self",
        • "upgradecall": "/usr/local/roundcube/bin/upgrade",
        • "url": "/3rdparty/roundcube",
        • "user": "roundcube"
        }
      ],
    • "webmail": [
      • {
        • "acls": [
          • "any"
          ],
        • "displayname": "Roundcube",
        • "entryurl": "roundcube/",
        • "features": [
          • "roundcube"
          ],
        • "group": "mailman",
        • "icon": "roundcube.ico",
        • "name": "roundcube",
        • "origin": "clamavconnector.conf",
        • "phpConfig": "php.ini",
        • "target": "_self",
        • "upgradecall": "/usr/local/roundcube/bin/upgrade",
        • "url": "/3rdparty/roundcube",
        • "user": "roundcube"
        }
      ],
    • "whostmgr": [
      • {
        • "acls": [
          • "any"
          ],
        • "displayname": "Roundcube",
        • "entryurl": "roundcube/",
        • "features": [
          • "roundcube"
          ],
        • "group": "mailman",
        • "icon": "roundcube.ico",
        • "name": "roundcube",
        • "origin": "clamavconnector.conf",
        • "phpConfig": "php.ini",
        • "target": "_self",
        • "upgradecall": "/usr/local/roundcube/bin/upgrade",
        • "url": "/3rdparty/roundcube",
        • "user": "roundcube"
        }
      ]
    },
  • "metadata": {
    • "command": "get_appconfig_application_list",
    • "reason": "Got application list",
    • "result": 1,
    • "version": 1
    }
}