POST api/Report/GetReportLogList
Request Information
URI Parameters
None.
Body Parameters
ReportEmailLogCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailReportType | integer |
None. |
|
| Name | string |
None. |
|
| ReportDate | date |
None. |
|
| NotificationStatus | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SortColumnIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailReportType": 1,
"Name": "sample string 1",
"ReportDate": "2026-03-21T13:20:45.8414866-07:00",
"NotificationStatus": 1,
"PageIndex": 1,
"PageSize": 1,
"SortBy": "sample string 2",
"SortOrder": "sample string 3",
"SortColumnIndex": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfEmailReportLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of EmailReportLogDTO |
None. |
|
| Data | Collection of EmailReportLogDTO |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalAssociateRecords | integer |
None. |
|
| CwaTotal | decimal number |
None. |
|
| AlpTotal | decimal number |
None. |
|
| AnHTotal | decimal number |
None. |
|
| SubmittedAgentCount | integer |
None. |
|
| TotalNoPrds | integer |
None. |
|
| TotalCompletedNoPrds | decimal number |
None. |
|
| TotalCancelNoPrds | integer |
None. |
|
| TotalAlpNoPrds | decimal number |
None. |
|
| FormattedTotalAlpNoPrds | string |
None. |
|
| TotalCompletedAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCompletedAlpNoPrds | string |
None. |
|
| TotalCancelAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCancelAlpNoPrds | string |
None. |
|
| IsSearchLimitCompleted | boolean |
None. |
|
| PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PagedRecords": [
{
"LogId": 1,
"EmailReportType": "sample string 2",
"AssociateName": "sample string 3",
"ReportDate": "2026-03-21T13:20:45.8414866-07:00",
"ReportDateString": "03/21/2026",
"EmailStatus": "sample string 5",
"CreateDate": "2026-03-21T13:20:45.8414866-07:00",
"CreateDateString": "03/21/2026 01:20:45 PM"
},
{
"LogId": 1,
"EmailReportType": "sample string 2",
"AssociateName": "sample string 3",
"ReportDate": "2026-03-21T13:20:45.8414866-07:00",
"ReportDateString": "03/21/2026",
"EmailStatus": "sample string 5",
"CreateDate": "2026-03-21T13:20:45.8414866-07:00",
"CreateDateString": "03/21/2026 01:20:45 PM"
}
],
"Data": [
{
"LogId": 1,
"EmailReportType": "sample string 2",
"AssociateName": "sample string 3",
"ReportDate": "2026-03-21T13:20:45.8414866-07:00",
"ReportDateString": "03/21/2026",
"EmailStatus": "sample string 5",
"CreateDate": "2026-03-21T13:20:45.8414866-07:00",
"CreateDateString": "03/21/2026 01:20:45 PM"
},
{
"LogId": 1,
"EmailReportType": "sample string 2",
"AssociateName": "sample string 3",
"ReportDate": "2026-03-21T13:20:45.8414866-07:00",
"ReportDateString": "03/21/2026",
"EmailStatus": "sample string 5",
"CreateDate": "2026-03-21T13:20:45.8414866-07:00",
"CreateDateString": "03/21/2026 01:20:45 PM"
}
],
"TotalRecords": 1,
"TotalAssociateRecords": 2,
"CwaTotal": 3.1,
"AlpTotal": 4.1,
"AnHTotal": 5.1,
"SubmittedAgentCount": 6,
"TotalNoPrds": 7,
"TotalCompletedNoPrds": 8.1,
"TotalCancelNoPrds": 9,
"TotalAlpNoPrds": 10.1,
"FormattedTotalAlpNoPrds": "10.10",
"TotalCompletedAlpNoPrds": 11.1,
"FormattedTotalCompletedAlpNoPrds": "11.10",
"TotalCancelAlpNoPrds": 12.1,
"FormattedTotalCancelAlpNoPrds": "12.10",
"IsSearchLimitCompleted": true,
"PolicySearchesLeft": "sample string 14"
}