This function lists the importance of all application events in WHM's Contact Manager interface (WHM >> Home >> Server Contacts >> Contact Manager).
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_all_contact_importances
{- "data": {
- "importances": [
- {
- "app": "wwwacct",
- "event": "*",
- "importance": 0,
- "name": "High"
}
]
}, - "metadata": {
- "command": "get_all_contact_importances",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}