GetNotifications

Retrieves a list of notifications from the database based on the provided role.

get
Authorizations
Query parameters
rolestringRequired

The role used to filter the notifications (e.g., user role, admin role, etc.). If not provided, all notifications are fetched.

Responses
200
Success: A list of notifications is returned based on the role provided.
get
GET /Notifications/GetNotifications?role=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content