call the GetNotifications operation.
POST
/getnotifications
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getnotifications' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"notificationInput": {}
}'
Response Response Example
200 - Example 1
{
"GetNotificationsResult": {
"Notifications": {
"Notification": {
"ExtensionData": {},
"NotificationID": 0,
"NotificationIcon": "string",
"NotificationName": "string",
"NotificationDescription": "string",
"NotificationIconCode": "string",
"NotificationIsStreetLevel": true,
"AuthorityID": 0,
"AuthorityName": "string",
"ControllerID": 0
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01