GetNotifications
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.
400
Bad Request: The request contains invalid or missing parameters.
500
Internal Server Error: An error occurred while retrieving notifications from the database.
get
GET /Notifications/GetNotifications?role=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content