go back to AlertService

POST /alerts/messages/read

Marks all messages as read, for the given user. The User ID is not passed as a parameter, but rather is determined by the Device ID in the request header.

Roles that can access this endpoint are Users.

Parameters

name description type default type
value the boolean value for which to update the "is_confirmed" value for alert messages query true Boolean
alertId specifies the rapid alert type ID query String

Result

Response of type: text/plain

the boolean value for which to update the "is_confirmed" value for the alert message

Try It Out

Request

- Authentication Help
- Boolean
- String