GET api/Lead/GetLeadImageUrlsLogs?skip={skip}&take={take}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
skip | integer |
Required |
|
take | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfLeadImageUrlLogDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of LeadImageUrlLogDTO |
None. |
|
Data | Collection of LeadImageUrlLogDTO |
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": [ { "CreateDate": "2025-10-14T00:43:25.4980976-07:00", "CreatedBy": 1, "Email": "sample string 2", "ExpiryDate": "2025-10-14T00:43:25.4980976-07:00", "Id": 3, "LeadId": 4, "LeadResolutionType": "sample string 5", "LeadStatusType": "sample string 6", "Name": "sample string 7", "Phone": "sample string 8", "StateName": "sample string 9", "Url": "sample string 10", "LinkStatus": "sample string 11", "CreateDateString": "sample string 12", "ExpiryDateString": "sample string 13", "MaskedPhoneNo": "+sample stri****" }, { "CreateDate": "2025-10-14T00:43:25.4980976-07:00", "CreatedBy": 1, "Email": "sample string 2", "ExpiryDate": "2025-10-14T00:43:25.4980976-07:00", "Id": 3, "LeadId": 4, "LeadResolutionType": "sample string 5", "LeadStatusType": "sample string 6", "Name": "sample string 7", "Phone": "sample string 8", "StateName": "sample string 9", "Url": "sample string 10", "LinkStatus": "sample string 11", "CreateDateString": "sample string 12", "ExpiryDateString": "sample string 13", "MaskedPhoneNo": "+sample stri****" } ], "Data": [ { "CreateDate": "2025-10-14T00:43:25.4980976-07:00", "CreatedBy": 1, "Email": "sample string 2", "ExpiryDate": "2025-10-14T00:43:25.4980976-07:00", "Id": 3, "LeadId": 4, "LeadResolutionType": "sample string 5", "LeadStatusType": "sample string 6", "Name": "sample string 7", "Phone": "sample string 8", "StateName": "sample string 9", "Url": "sample string 10", "LinkStatus": "sample string 11", "CreateDateString": "sample string 12", "ExpiryDateString": "sample string 13", "MaskedPhoneNo": "+sample stri****" }, { "CreateDate": "2025-10-14T00:43:25.4980976-07:00", "CreatedBy": 1, "Email": "sample string 2", "ExpiryDate": "2025-10-14T00:43:25.4980976-07:00", "Id": 3, "LeadId": 4, "LeadResolutionType": "sample string 5", "LeadStatusType": "sample string 6", "Name": "sample string 7", "Phone": "sample string 8", "StateName": "sample string 9", "Url": "sample string 10", "LinkStatus": "sample string 11", "CreateDateString": "sample string 12", "ExpiryDateString": "sample string 13", "MaskedPhoneNo": "+sample stri****" } ], "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" }