# Notification Operations related to notification, including create, get, etc ## List Notifications - [GET /api/v3/Notification](https://developer.dealpos.com/openapi/openapi/notification/listnotifications.md): Get a list of notifications within a date range. Requires the "Notification" role in the "My Profile" module or the "EDIT" role in the "Global" module. ## Create a Notification - [POST /api/v3/Notification](https://developer.dealpos.com/openapi/openapi/notification/api/notification/push.md): Push a notification to cashier points of sale for specified outlets. Requires the "Notification" role in the "My Profile" module. ## Delete Notifications - [DELETE /api/v3/Notification](https://developer.dealpos.com/openapi/openapi/notification/deletenotifications.md): Delete notifications within a specified date range. Requires the "Notification" role in the "My Profile" module. ## List Notifications With Total Count - [GET /api/v3/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"