Branding
Application Information
Return single app's info from dynamicui.conf
This function retrieves an application's information from the dynamicui.conf file.
get/Branding/get_application_information
Query parameters
app_keystring required
Example:boxtrapper
The application's feature name. This value must match a feature's app_key value. For a list of app_key values, read our Guide to cPanel Interface Customization - Appkeys documentation.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_application_information",
"module": "Branding",
"result": {
"data": {
"feature": "boxtrapper",
"file": "boxtrapper",
"group": "mail",
"height": 32,
"if": "$hasboxtrapper",
"imgtype": "icon",
"itemdesc": "BoxTrapper",
"itemorder": 3,
"module": "BoxTrapper",
"searchtext": "boxtrapper",
"subtype": "img",
"type": "image",
"url": "mail/boxtrapper.html",
"width": 35
},
"status": 1
}
}