# Notification Operations related to notification, including create, get, etc ## List Notifications - [GET /Notification](https://developer.dealpos.com/openapi/openapi/notification/listnotifications.md): >Also available as HTTP POST (endpoint: /api/v3/Notification/p) Get List of Notifications Required Group Role: "My Profile" - "Notification" OR "Global" - "EDIT" ## Create a Notification - [POST /Notification](https://developer.dealpos.com/openapi/openapi/notification/api/notification/push.md): Push Notification to Cashier Point of Sales Create a Notification based on outlets You must have "Notification" role in "My Profile" Module ## Delete Notifications - [DELETE /Notification](https://developer.dealpos.com/openapi/openapi/notification/deletenotifications.md): Delete a Notification You must have "Notification" role in "My Profile" Module ## List Notifications With Total Count - [GET /Notification/WithTotalCount](https://developer.dealpos.com/openapi/openapi/notification/listnotificationswithtotalcount.md): >Also available as HTTP POST with the same endpoint Get List of Notifications With Total Count Required Group Role: "My Profile" - "Notification" OR "Global" - "EDIT"