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