Acknowledge Immediate (Emergency) Notification API
Require Authentication
This API is used to mark notification as acknowledged so system will not resend the notification reminder based on combination of deviceID and token.
URL
api/notifications/acknowledge
Required parameter (POST)
- deviceID
- token
- notificationrecipientsendingID «contains message ID that want to be acknowledged.»
Optional parameter (GET)
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "c43fa596e7916827106b591e2bb026cd", "notificationrecipientsendingID":32 }
Possible return HTTP status code
- 200
- 400
- 401
- 405
Return message
{ "status": "success", "message": [ "Notification has been acknowledged." ] }