GET /alerts/summary
Retrieves summary rapid alert information 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
|
Result
List
<
AlertSummaryItem
>
of type:
application/xml
application/json
a list of arrays
Additional attributes:
__alertDescription
This value represents the description of the alert definition. The code for this is found in the rapid_alert_msg.alert_id
field.
Try It Out
Request