POST CaseApi/eServiceNotificationList
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| Id |
Case Id |
long |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Optional |
| FilterMember |
Sort Filter Member |
string |
Optional |
| FilterOperator |
Sort Filter Operator like StartsWith, Contians, IsEqualTo etc., |
string |
Optional |
| FilterValue |
Sort Filter Value |
string |
Optional |
| OrderBy |
Order By column name |
string |
Optional |
| OrderByDirection |
Order By Direction like Asc or Desc |
string |
Optional |
| PageNumber |
Page Number |
integer |
Optional |
| PageSize |
Page Size |
integer |
Optional |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "ff144a4c-d00a-4961-97a3-295ea9ced845",
"Id":11828,
"PageSize":20,
"PageNumber":0
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"eServiceNotifications": [
{
"Id": 348,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "test1234",
"NotificationEmail": "test1234@gmail.com",
"IsChecked": false
},
{
"Id": 355,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "test Sridhar",
"NotificationEmail": "testsridhu310320171@mailinator.com",
"IsChecked": false
},
{
"Id": 364,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "weasdasd asdasd",
"NotificationEmail": "eqweqw@mailinator.com",
"IsChecked": false
},
{
"Id": 365,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "tstark jarvis",
"NotificationEmail": "tstarkj@mailinator.com",
"IsChecked": false
},
{
"Id": 369,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "testing know",
"NotificationEmail": "tewst@k.com",
"IsChecked": false
},
{
"Id": 380,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "Test Sridhu",
"NotificationEmail": "testsridhu@mailinator.com",
"IsChecked": false
},
{
"Id": 389,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "Test Sridhu",
"NotificationEmail": "testsridhu31032017@mailinator.com",
"IsChecked": false
},
{
"Id": 390,
"CaseId": 11828,
"CaseTrackingId": "15eab096-52e4-47b0-b796-0b0b57cb99e3",
"NotificationName": "zxxc dsfdsf",
"NotificationEmail": "bj@mailinator.com",
"IsChecked": false
}
],
"PageNumber": 0,
"PageSize": 20,
"TotalRecordCount": 8
}