---
title: "Return app's event contact importance setting"
method: GET
path: "/get_application_contact_event_importance"
tags: ["Server Administration", "Notifications"]
---

# Return app's event contact importance setting

`GET /get_application_contact_event_importance`

This function retrieves the importance level of an application event for WHM's Contact Manager interface (Home >> Server Contacts >> Contact Manager).

**Note:**

  The system will create a notification setting for the application's events if one does not already exist.

## Query parameters

- `app` string, required
- `event` string, required

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `importance` 1 | 2 | 3 | 0 — The importance level at which to send the notification. * `1` - High. * `2` - Medium. * `3` - Low. * `0` - Disabled.
    - `name` 'High' | 'Medium' | 'Low' | 'Disabled' — The text version of the importance. - `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)
