GET api/Policy/GetPolicySearchLog?FromDate={FromDate}&ToDate={ToDate}&take={take}&skip={skip}&locationContextCode={locationContextCode}&sortColumn={sortColumn}&sortDirection={sortDirection}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | string |
Required |
|
| ToDate | string |
Required |
|
| take | integer |
Required |
|
| skip | integer |
Required |
|
| locationContextCode | string |
Required |
|
| sortColumn | string |
Required |
|
| sortDirection | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfPolicySearchLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of PolicySearchLogDTO |
None. |
|
| Data | Collection of PolicySearchLogDTO |
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.