POST api/Notification/GetHistory
Request Information
URI Parameters
None.
Body Parameters
NotificationHistoryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentUserName | string |
None. |
|
| NotificationType | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentUserName": "sample string 1",
"NotificationType": "sample string 2",
"FromDate": "2026-09-11T14:30:07.2565388+05:30",
"ToDate": "2026-09-11T14:30:07.2565388+05:30"
}
application/xml, text/xml
Sample:
<NotificationHistoryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Models"> <CurrentUserName>sample string 1</CurrentUserName> <FromDate>2026-09-11T14:30:07.2565388+05:30</FromDate> <NotificationType>sample string 2</NotificationType> <ToDate>2026-09-11T14:30:07.2565388+05:30</ToDate> </NotificationHistoryRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.