---
title: "Return Contact Manager event importance settings"
method: GET
path: "/get_all_contact_importances"
tags: ["Server Administration", "Notifications"]
---

# Return Contact Manager event importance settings

`GET /get_all_contact_importances`

This function lists the importance of all application events in
WHM's
[*Contact Manager*](https://docs.cpanel.net/whm/server-contacts/contact-manager/)
interface (*WHM >> Home >> Server Contacts >> Contact Manager*).

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `importances` object[] — An array of objects containing event importance information.
      - `app` string — The cPanel & WHM module's name.
      - `event` string — The event's name. **Note:** An asterisk character (`*`) represents all events in the module.
      - `importance` integer — The importance of the contact event: * `1` — High. * `2` — Medium. * `3` — Low. * `0` — Disabled.
      - `name` string — The contact event's name: * `High` * `Medium` * `Low` * `Disabled`
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `reason` field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
