GET api/Lead/GetProLeadImportLog?take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
take

integer

Required

skip

integer

Required

sortColumn

string

Default value is

sortDirection

string

Default value is

Body Parameters

None.

Response Information

Resource Description

PagedDTOOfProLeadImportLogDTO
NameDescriptionTypeAdditional information
PagedRecords

Collection of ProLeadImportLogDTO

None.

Data

Collection of ProLeadImportLogDTO

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,
      "Associate": "sample string 2",
      "FileName": "sample string 3",
      "LeadCount": 4,
      "StartDate": "2025-10-14T02:38:59.3690555-07:00",
      "EndDate": "2025-10-14T02:38:59.3690555-07:00",
      "StartDateString": "10/14/2025 2:38:59 AM",
      "EndDateString": "10/14/2025 2:38:59 AM",
      "Status": "Completed",
      "TotalCount": 6,
      "ValidCount": 7,
      "AlreadyMarked": 8,
      "AlreadyRecovered": 9,
      "NotFound": 10,
      "ErrorCount": 11
    },
    {
      "Id": 1,
      "Associate": "sample string 2",
      "FileName": "sample string 3",
      "LeadCount": 4,
      "StartDate": "2025-10-14T02:38:59.3690555-07:00",
      "EndDate": "2025-10-14T02:38:59.3690555-07:00",
      "StartDateString": "10/14/2025 2:38:59 AM",
      "EndDateString": "10/14/2025 2:38:59 AM",
      "Status": "Completed",
      "TotalCount": 6,
      "ValidCount": 7,
      "AlreadyMarked": 8,
      "AlreadyRecovered": 9,
      "NotFound": 10,
      "ErrorCount": 11
    }
  ],
  "Data": [
    {
      "Id": 1,
      "Associate": "sample string 2",
      "FileName": "sample string 3",
      "LeadCount": 4,
      "StartDate": "2025-10-14T02:38:59.3690555-07:00",
      "EndDate": "2025-10-14T02:38:59.3690555-07:00",
      "StartDateString": "10/14/2025 2:38:59 AM",
      "EndDateString": "10/14/2025 2:38:59 AM",
      "Status": "Completed",
      "TotalCount": 6,
      "ValidCount": 7,
      "AlreadyMarked": 8,
      "AlreadyRecovered": 9,
      "NotFound": 10,
      "ErrorCount": 11
    },
    {
      "Id": 1,
      "Associate": "sample string 2",
      "FileName": "sample string 3",
      "LeadCount": 4,
      "StartDate": "2025-10-14T02:38:59.3690555-07:00",
      "EndDate": "2025-10-14T02:38:59.3690555-07:00",
      "StartDateString": "10/14/2025 2:38:59 AM",
      "EndDateString": "10/14/2025 2:38:59 AM",
      "Status": "Completed",
      "TotalCount": 6,
      "ValidCount": 7,
      "AlreadyMarked": 8,
      "AlreadyRecovered": 9,
      "NotFound": 10,
      "ErrorCount": 11
    }
  ],
  "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"
}