POST api/GetAdministrationEmailNotificationList
Get a list of email notifications
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters | None. |
None. |
Response Information
Response body formats
application/json, text/json
[
{
"NotificationID": 1,
"Page": "sample string 2",
"Role": "sample string 3",
"Notify": 4,
"NotifyManager": true,
"NotifyName": "sample string 6",
"NotificationEvent": "sample string 3"
},
{
"NotificationID": 1,
"Page": "sample string 2",
"Role": "sample string 3",
"Notify": 4,
"NotifyManager": true,
"NotifyName": "sample string 6",
"NotificationEvent": "sample string 3"
},
{
"NotificationID": 1,
"Page": "sample string 2",
"Role": "sample string 3",
"Notify": 4,
"NotifyManager": true,
"NotifyName": "sample string 6",
"NotificationEvent": "sample string 3"
}
]
text/html
[{"NotificationID":1,"Page":"sample string 2","Role":"sample string 3","Notify":4,"NotifyManager":true,"NotifyName":"sample string 6","NotificationEvent":"sample string 3"},{"NotificationID":1,"Page":"sample string 2","Role":"sample string 3","Notify":4,"NotifyManager":true,"NotifyName":"sample string 6","NotificationEvent":"sample string 3"},{"NotificationID":1,"Page":"sample string 2","Role":"sample string 3","Notify":4,"NotifyManager":true,"NotifyName":"sample string 6","NotificationEvent":"sample string 3"}]
application/xml, text/xml
<ArrayOfEmailNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Administration">
<EmailNotification>
<NotificationID>1</NotificationID>
<Notify>4</Notify>
<NotifyManager>true</NotifyManager>
<NotifyName>sample string 6</NotifyName>
<Page>sample string 2</Page>
<Role>sample string 3</Role>
</EmailNotification>
<EmailNotification>
<NotificationID>1</NotificationID>
<Notify>4</Notify>
<NotifyManager>true</NotifyManager>
<NotifyName>sample string 6</NotifyName>
<Page>sample string 2</Page>
<Role>sample string 3</Role>
</EmailNotification>
<EmailNotification>
<NotificationID>1</NotificationID>
<Notify>4</Notify>
<NotifyManager>true</NotifyManager>
<NotifyName>sample string 6</NotifyName>
<Page>sample string 2</Page>
<Role>sample string 3</Role>
</EmailNotification>
</ArrayOfEmailNotification>