GET api/LocationManagement/GetAllLocationDataSnapshot?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
PagedDTOOfLocationDataSnapshotDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of LocationDataSnapshotDTO |
None. |
|
| Data | Collection of LocationDataSnapshotDTO |
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. |
|
| TotalUnmappedLocations | integer |
None. |
|
| LastUpdatedLocationDataSnapshot | date |
None. |
|
| LastUpdatedLocationDataSnapshotString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PagedRecords": [
{
"Id": 1,
"ActiveContractCount": "sample string 2",
"EappProcessedCount": "sample string 3",
"EappPurgatoryCount": "sample string 4",
"IsManualRefresh": true,
"IsMapped": true,
"LeadProcessedCount": "sample string 7",
"LeadPurgatoryCount": "sample string 8",
"LocationCode": "sample string 9",
"LocationId": 1,
"LocationStatusId": 1,
"ModProcessedCount": "sample string 10",
"ModPurgatoryCount": "sample string 11",
"PolicyProcessedCount": "sample string 12",
"PolicyPurgatoryCount": "sample string 13",
"ResumeProcessedCount": "sample string 14",
"ResumePurgatoryCount": "sample string 15",
"SnapshotDate": "2026-09-24T15:32:15.2289765-07:00",
"SnapshotDateString": "September 24, 2026",
"SGAId_LocationCode": "sample string 16",
"EffectiveDate": "2026-09-24T15:32:15.2289765-07:00",
"IsMappedEffectiveDate": true,
"TotalUnmappedCount": 1
},
{
"Id": 1,
"ActiveContractCount": "sample string 2",
"EappProcessedCount": "sample string 3",
"EappPurgatoryCount": "sample string 4",
"IsManualRefresh": true,
"IsMapped": true,
"LeadProcessedCount": "sample string 7",
"LeadPurgatoryCount": "sample string 8",
"LocationCode": "sample string 9",
"LocationId": 1,
"LocationStatusId": 1,
"ModProcessedCount": "sample string 10",
"ModPurgatoryCount": "sample string 11",
"PolicyProcessedCount": "sample string 12",
"PolicyPurgatoryCount": "sample string 13",
"ResumeProcessedCount": "sample string 14",
"ResumePurgatoryCount": "sample string 15",
"SnapshotDate": "2026-09-24T15:32:15.2289765-07:00",
"SnapshotDateString": "September 24, 2026",
"SGAId_LocationCode": "sample string 16",
"EffectiveDate": "2026-09-24T15:32:15.2289765-07:00",
"IsMappedEffectiveDate": true,
"TotalUnmappedCount": 1
}
],
"Data": [
{
"Id": 1,
"ActiveContractCount": "sample string 2",
"EappProcessedCount": "sample string 3",
"EappPurgatoryCount": "sample string 4",
"IsManualRefresh": true,
"IsMapped": true,
"LeadProcessedCount": "sample string 7",
"LeadPurgatoryCount": "sample string 8",
"LocationCode": "sample string 9",
"LocationId": 1,
"LocationStatusId": 1,
"ModProcessedCount": "sample string 10",
"ModPurgatoryCount": "sample string 11",
"PolicyProcessedCount": "sample string 12",
"PolicyPurgatoryCount": "sample string 13",
"ResumeProcessedCount": "sample string 14",
"ResumePurgatoryCount": "sample string 15",
"SnapshotDate": "2026-09-24T15:32:15.2289765-07:00",
"SnapshotDateString": "September 24, 2026",
"SGAId_LocationCode": "sample string 16",
"EffectiveDate": "2026-09-24T15:32:15.2289765-07:00",
"IsMappedEffectiveDate": true,
"TotalUnmappedCount": 1
},
{
"Id": 1,
"ActiveContractCount": "sample string 2",
"EappProcessedCount": "sample string 3",
"EappPurgatoryCount": "sample string 4",
"IsManualRefresh": true,
"IsMapped": true,
"LeadProcessedCount": "sample string 7",
"LeadPurgatoryCount": "sample string 8",
"LocationCode": "sample string 9",
"LocationId": 1,
"LocationStatusId": 1,
"ModProcessedCount": "sample string 10",
"ModPurgatoryCount": "sample string 11",
"PolicyProcessedCount": "sample string 12",
"PolicyPurgatoryCount": "sample string 13",
"ResumeProcessedCount": "sample string 14",
"ResumePurgatoryCount": "sample string 15",
"SnapshotDate": "2026-09-24T15:32:15.2289765-07:00",
"SnapshotDateString": "September 24, 2026",
"SGAId_LocationCode": "sample string 16",
"EffectiveDate": "2026-09-24T15:32:15.2289765-07:00",
"IsMappedEffectiveDate": true,
"TotalUnmappedCount": 1
}
],
"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",
"TotalUnmappedLocations": 15,
"LastUpdatedLocationDataSnapshot": "2026-09-24T15:32:15.2289765-07:00",
"LastUpdatedLocationDataSnapshotString": "September 24, 2026 03:32 PM"
}