call the GetSiteNotifications operation.
POST
/getsitenotifications
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getsitenotifications' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"siteservicenotificationInput": {}
}'
Response Response Example
200 - Example 1
{
"GetSiteNotificationsResult": {
"SiteServiceNotifications": {
"SiteServiceNotification": {
"ExtensionData": {},
"NotificationID": 0,
"NotificationIcon": "string",
"NotificationIconURL": "string",
"NotificationName": "string",
"ServiceID": 0,
"ServiceName": "string",
"SiteAddress": "string",
"SiteID": 0,
"SiteServiceNotificationID": 0,
"SiteServiceNotificationNotes": "string",
"SiteServiceNotificationValidFrom": "2019-08-24T14:15:22Z",
"SiteServiceNotificationValidTo": "2019-08-24T14:15:22Z"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01