POST api/CcScheduleFilterRunLog/GetAllScheduleFilterRunLogs
Request Information
URI Parameters
None.
Body Parameters
CcScheduleRunLogSearchDTOName | 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": "2025-10-14T03:08:25.3033706-07:00", "DateTo": "2025-10-14T03:08:25.3033706-07: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
PagedDTOOfScheduleFilterRunLogDTOName | 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.