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).

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_all_contact_importances
Request samples
whmapi1 --output=jsonpretty \
  get_all_contact_importances
Response samples
application/json
{
  • "data": {
    • "importances": [
      • {
        • "app": "wwwacct",
        • "event": "*",
        • "importance": 0,
        • "name": "High"
        }
      ]
    },
  • "metadata": {
    • "command": "get_all_contact_importances",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}