go back to AlertService

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:

Try It Out

Request

- Authentication Help
- Boolean
- Boolean