GET api/Lead/GetDirectAssignLeadLog?take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| take | integer |
Required |
|
| skip | integer |
Required |
|
| sortColumn | string |
Default value is |
|
| sortDirection | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfDirectAssignedLeadLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of DirectAssignedLeadLogDTO |
None. |
|
| Data | Collection of DirectAssignedLeadLogDTO |
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": [
{
"Id": 1,
"AssigneeAssociate": "sample string 2",
"AssignedToAssociate": "sample string 3",
"FileName": "sample string 4",
"LeadCount": 5,
"StartDate": "2026-02-03T18:26:17.2401027-08:00",
"EndDate": "2026-02-03T18:26:17.2401027-08:00",
"StartDateString": "2/3/2026 6:26:17 PM",
"EndDateString": "2/3/2026 6:26:17 PM",
"Status": "Completed",
"TotalCount": 7,
"ValidAssignCount": 8,
"AlreadyAssigned": 9,
"NotFound": 10,
"ErrorCount": 11,
"CreateDate": "2026-02-03T18:26:17.2401027-08:00",
"CreateDateString": "2/3/2026 6:26:17 PM",
"AlreadyResolvedLead": 13,
"LockedLeads": 1,
"JobStatus": "sample string 14",
"HasStatsFile": true,
"LeadOrderId": 16,
"LocationContextCode": "sample string 17"
},
{
"Id": 1,
"AssigneeAssociate": "sample string 2",
"AssignedToAssociate": "sample string 3",
"FileName": "sample string 4",
"LeadCount": 5,
"StartDate": "2026-02-03T18:26:17.2401027-08:00",
"EndDate": "2026-02-03T18:26:17.2401027-08:00",
"StartDateString": "2/3/2026 6:26:17 PM",
"EndDateString": "2/3/2026 6:26:17 PM",
"Status": "Completed",
"TotalCount": 7,
"ValidAssignCount": 8,
"AlreadyAssigned": 9,
"NotFound": 10,
"ErrorCount": 11,
"CreateDate": "2026-02-03T18:26:17.2401027-08:00",
"CreateDateString": "2/3/2026 6:26:17 PM",
"AlreadyResolvedLead": 13,
"LockedLeads": 1,
"JobStatus": "sample string 14",
"HasStatsFile": true,
"LeadOrderId": 16,
"LocationContextCode": "sample string 17"
}
],
"Data": [
{
"Id": 1,
"AssigneeAssociate": "sample string 2",
"AssignedToAssociate": "sample string 3",
"FileName": "sample string 4",
"LeadCount": 5,
"StartDate": "2026-02-03T18:26:17.2401027-08:00",
"EndDate": "2026-02-03T18:26:17.2401027-08:00",
"StartDateString": "2/3/2026 6:26:17 PM",
"EndDateString": "2/3/2026 6:26:17 PM",
"Status": "Completed",
"TotalCount": 7,
"ValidAssignCount": 8,
"AlreadyAssigned": 9,
"NotFound": 10,
"ErrorCount": 11,
"CreateDate": "2026-02-03T18:26:17.2401027-08:00",
"CreateDateString": "2/3/2026 6:26:17 PM",
"AlreadyResolvedLead": 13,
"LockedLeads": 1,
"JobStatus": "sample string 14",
"HasStatsFile": true,
"LeadOrderId": 16,
"LocationContextCode": "sample string 17"
},
{
"Id": 1,
"AssigneeAssociate": "sample string 2",
"AssignedToAssociate": "sample string 3",
"FileName": "sample string 4",
"LeadCount": 5,
"StartDate": "2026-02-03T18:26:17.2401027-08:00",
"EndDate": "2026-02-03T18:26:17.2401027-08:00",
"StartDateString": "2/3/2026 6:26:17 PM",
"EndDateString": "2/3/2026 6:26:17 PM",
"Status": "Completed",
"TotalCount": 7,
"ValidAssignCount": 8,
"AlreadyAssigned": 9,
"NotFound": 10,
"ErrorCount": 11,
"CreateDate": "2026-02-03T18:26:17.2401027-08:00",
"CreateDateString": "2/3/2026 6:26:17 PM",
"AlreadyResolvedLead": 13,
"LockedLeads": 1,
"JobStatus": "sample string 14",
"HasStatsFile": true,
"LeadOrderId": 16,
"LocationContextCode": "sample string 17"
}
],
"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"
}