go back to AlertService

GET /alerts/messages

Retrieves a List of rapid alerts 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
isConfirmed boolean value of is_confirmed, added as a where clause in the query query Boolean
isRead boolean value of is_read, added as a where clause in the query query Boolean
alertId string value defining the type of alerts to be queried, added as a where clause in the query query String

Result

List < RowRapidAlertMsg > of type: application/xml application/json

a list of RowRapidAlertMsg objects

Additional attributes:

Child elements:

Try It Out

Request

- Authentication Help
- Boolean
- Boolean
- String