# NotificationRequest (System API)
The **NotificationRequest** module provides APIs for defining the notification request.
> **NOTE**
>
> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
>
> This topic describes only system APIs provided by the module. For details about its public APIs, see [NotificationRequest](./js-apis-inner-notification-notificationRequest.md).
## NotificationRequest
**System capability**: SystemCapability.Notification.Notification
| Name | Type | Read Only| Optional| Description |
|-------------------------------| -------------------------------------------------------- | ----- | --- |-----------------------------------------------------------------------|
| overlayIcon11+ | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | No | Yes | Notification overlay icon. This field is optional. The total number of bytes of image pixels cannot exceed 100 KB.
**System API**: This is a system API. |
| classification | string | No | Yes | Notification category.
**System API**: This is a system API. Not supported currently. |
| isRemoveAllowed8+ | boolean | No | Yes | Whether the notification can be removed. If a notification is not removable, it will not be deleted when the user touches the delete button below the notification, but it can still be deleted by swiping left on the notification and touching the delete button.
**System API**: This is a system API.
**Required permissions**: ohos.permission.SET_UNREMOVABLE_NOTIFICATION|
| source8+ | number | Yes | Yes | Notification source.
**System API**: This is a system API. Not supported currently. |
| deviceId8+ | string | Yes | Yes | Device ID of the notification source.
**System API**: This is a system API. Not supported currently. |
| representativeBundle12+ | [BundleOption](js-apis-inner-notification-notificationCommonDef.md#bundleoption) | No| Yes| Information about the proxied bundle.
**System API**: This is a system API.|
| notificationControlFlags12+ | number | No | Yes | Notification mode control.
This API can be used to reduce the notification modes of the current notification. This parameter is obtained by performing the bitwise OR operation with the enumeration of [NotificationControlFlagStatus](js-apis-notificationManager-sys.md#notificationcontrolflagstatus12).
**System API**: This is a system API. |
| unifiedGroupInfo12+ | [UnifiedGroupInfo](#unifiedgroupinfo12) | No | Yes |Intelligent notification unification information.
**System API**: This is a system API.|
| creatorInstanceKey12+ | number | Yes | Yes | Creator instance key.
**System API**: This is a system API.|
| agentBundle12+ | [BundleOption](js-apis-inner-notification-notificationCommonDef.md#bundleoption) | Yes | Yes | Information about the agent bundle for creating notifications.
**System API**: This is a system API.|
## DistributedOptions8+
Describes distributed notification options.
**System capability**: SystemCapability.Notification.Notification
| Name | Type | Mandatory| Description |
| ---------------------- | -------------- | ---- | ---------------------------------- |
| remindType | number | No | Notification reminder type.
**System API**: This is a system API. |
## NotificationFilter11+
Describes the filter criteria for querying the live view.
**System capability**: SystemCapability.Notification.Notification
**System API**: This is a system API.
| Name | Type | Mandatory| Description |
| ----------------| ------------------------------------- | ---- | ---------------------------------- |
| bundle | [BundleOption](js-apis-inner-notification-notificationCommonDef.md#bundleoption) | Yes | Bundle information of the live view.|
| notificationKey | [NotificationKey](js-apis-notificationSubscribe-sys.md#notificationkey) | Yes | Notification information, including the notification ID and label. |
| extraInfoKeys | Array\ | No | List of extra keys. If this parameter is left empty, all extra information is included.|
## NotificationCheckRequest11+
Describes the notification authentication information.
**System capability**: SystemCapability.Notification.Notification
**System API**: This is a system API.
| Name | Type | Mandatory| Description |
| --------------| --------------------------------------------------------- | ---- | ----------------- |
| contentType | [ContentType](js-apis-notificationManager.md#contenttype) | Yes | Notification type. |
| slotType | [SlotType](js-apis-notificationManager.md#slottype) | Yes | Notification slot type. |
| extraInfoKeys | Array\ | Yes | Extra information about the live view.|
## UnifiedGroupInfo12+
Describes the fields of notification intelligent unification information.
**System capability**: SystemCapability.Notification.Notification
**System API**: This is a system API.
| Name | Type | Mandatory| Description |
| ---------------------- | -------------- | ---- | ---------------------------------- |
| key | string | No | Unified group ID. |
| title | string | No | Unified group title. |
| content | string | No | Unified group summary. |
| sceneName | string | No | Name of an unification scene. |
| extraInfo | {[key: string]: any} | No | Other unification information. |