Software AG Products 10.11 | Using Developer Portal | Developer Portal REST APIs | Managing notifications
 
Managing notifications
Overview
This REST API is used to view, update, and delete notification preferences of the current user.
List of resources
*GET /users/preferences
Retrieves the notification settings of the currently signed in user.
*PUT /users/preferences
Updates the notification settings of the current user with the given details.
*GET /notifications
Retrieves the paginated notifications for the currently signed in user.
*PUT /notifications
Updates the status of notifications as Read or Unread.
*DELETE /notifications
Deletes the notification settings of the currently signed in user.
*GET /notifications/_count
Retrieves the number of unread notifications for the current user.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/notifications/' \
--header 'Authorization: Basic basic_auth'
The notifications.yaml file is located at SAGInstallDir\DeveloperPortal\developers\openapis.