POST api/CcScheduleFilterRunLog/GetAllScheduleFilterRunLogs
Request Information
URI Parameters
None.
Body Parameters
CcScheduleRunLogSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| RunStatus | CcFilterScheduleRunStatusEnum |
None. |
|
| AssignmentType | CcLeadAssignmentTypeEnum |
None. |
|
| RunBy | string |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| sortBy | string |
None. |
|
| sortorder | string |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-02-03T18:27:56.2700434-08:00",
"DateTo": "2026-02-03T18:27:56.2700434-08:00",
"RunStatus": 0,
"AssignmentType": 1,
"RunBy": "sample string 1",
"pageindex": 2,
"pagesize": 3,
"sortBy": "sample string 4",
"sortorder": "sample string 5",
"CreatedBy": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfScheduleFilterRunLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of ScheduleFilterRunLogDTO |
None. |
|
| Data | Collection of ScheduleFilterRunLogDTO |
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
Sample:
Sample not available.
text/json
Sample:
Sample not available.