Get alerts for specific user
GET
/alerts/user/{userId}
Get alerts for specific user. Server: localhost:8081
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
userId*
The user identifier
Typestring
RequiredResponses
OK
application/json
JSON
{
"alerts": [
{
"id": "string",
"title": "string",
"message": "string",
"expiresAt": "string",
"priority": "string",
"type": "string",
"actionUrl": "string",
"actionText": "string"
}
]
}