Server Administration
Notifications
Return app contact importance setting
This function retrieves the importance level of an application's events for WHM's Contact Manager interface (WHM >> Home >> Server Contacts >> Contact Manager).
Note:
The system creates a notification setting for the application's events if one does not already exist.
get/get_application_contact_importance
Query parameters
appstring required
Example:Check
The cPanel & WHM application module's name.
Response
HTTP Request was successful.
Example response
{
"data": {
"name": "Disabled"
},
"metadata": {
"command": "get_application_contact_importance",
"reason": "OK",
"result": 1,
"version": 1
}
}