POST api/PushNotification/GetAll
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "eddde0b8-7f34-402c-b2b5-6f4bca318cbd",
"notification": {
"$id": "2",
"ID": 1,
"CompanyID": 2,
"Title": "sample string 3",
"Text": "sample string 4",
"DTstamp": "2025-10-28T22:59:16.3178477+02:00",
"NumberOfRecipients": 6,
"SentOn": "2025-10-28T22:59:16.3178477+02:00",
"IsGlobal": true,
"PushNotificationRecipients": [
{
"$id": "3",
"ID": 1,
"NotificationID": 2,
"RecipientID": "sample string 3",
"PushNotification": {
"$ref": "2"
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"notificationID": 2,
"RecipientIDs": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample: