Server Administration
Notifications
Return Contact Manager event importance settings
This function lists the importance of all application events in WHM's Contact Manager interface (WHM >> Home >> Server Contacts >> Contact Manager).
get/get_all_contact_importances
Response
HTTP Request was successful.
Example response
{
"data": {
"importances": [
{
"app": "wwwacct",
"event": "*",
"name": "High"
}
]
},
"metadata": {
"command": "get_all_contact_importances",
"reason": "OK",
"result": 1,
"version": 1
}
}