POST api/AgencySupportTask/GetTask
Request Information
URI Parameters
None.
Body Parameters
SupportTaskSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SortColumnIndex | integer |
None. |
|
| AgencySuportCoordinators | string |
None. |
|
| LicenseSuportCoordinators | string |
None. |
|
| TaskTypes | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| isAll | boolean |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 1,
"SortBy": "sample string 1",
"SortOrder": "sample string 2",
"SortColumnIndex": 1,
"AgencySuportCoordinators": "sample string 3",
"LicenseSuportCoordinators": "sample string 4",
"TaskTypes": "sample string 5",
"StartDate": "2026-02-03T18:24:01.1591041-08:00",
"EndDate": "2026-02-03T18:24:01.1591041-08:00",
"isAll": true,
"userId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfAgencySupportTaskDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of AgencySupportTaskDTO |
None. |
|
| Data | Collection of AgencySupportTaskDTO |
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": [
{
"AssociateName": "sample string 1",
"UserId": 1,
"PhoneNo": "sample string 2",
"FormattedPhoneNo": "2",
"OfficeName": "sample string 3",
"HireDate": "2026-02-03T18:24:01.1591041-08:00",
"HireDateString": "2/3/2026",
"TaskDescription": "sample string 4",
"IsTaskCompleted": true,
"TaskId": 6,
"TaskDueDate": "2026-02-03T18:24:01.1591041-08:00",
"TaskDueDateString": "2/3/2026",
"AgencySupportCoordinatorName": "sample string 7",
"LicensingSupportCoordinatorName": "sample string 8",
"DirectorName": "sample string 9"
},
{
"AssociateName": "sample string 1",
"UserId": 1,
"PhoneNo": "sample string 2",
"FormattedPhoneNo": "2",
"OfficeName": "sample string 3",
"HireDate": "2026-02-03T18:24:01.1591041-08:00",
"HireDateString": "2/3/2026",
"TaskDescription": "sample string 4",
"IsTaskCompleted": true,
"TaskId": 6,
"TaskDueDate": "2026-02-03T18:24:01.1591041-08:00",
"TaskDueDateString": "2/3/2026",
"AgencySupportCoordinatorName": "sample string 7",
"LicensingSupportCoordinatorName": "sample string 8",
"DirectorName": "sample string 9"
}
],
"Data": [
{
"AssociateName": "sample string 1",
"UserId": 1,
"PhoneNo": "sample string 2",
"FormattedPhoneNo": "2",
"OfficeName": "sample string 3",
"HireDate": "2026-02-03T18:24:01.1591041-08:00",
"HireDateString": "2/3/2026",
"TaskDescription": "sample string 4",
"IsTaskCompleted": true,
"TaskId": 6,
"TaskDueDate": "2026-02-03T18:24:01.1591041-08:00",
"TaskDueDateString": "2/3/2026",
"AgencySupportCoordinatorName": "sample string 7",
"LicensingSupportCoordinatorName": "sample string 8",
"DirectorName": "sample string 9"
},
{
"AssociateName": "sample string 1",
"UserId": 1,
"PhoneNo": "sample string 2",
"FormattedPhoneNo": "2",
"OfficeName": "sample string 3",
"HireDate": "2026-02-03T18:24:01.1591041-08:00",
"HireDateString": "2/3/2026",
"TaskDescription": "sample string 4",
"IsTaskCompleted": true,
"TaskId": 6,
"TaskDueDate": "2026-02-03T18:24:01.1591041-08:00",
"TaskDueDateString": "2/3/2026",
"AgencySupportCoordinatorName": "sample string 7",
"LicensingSupportCoordinatorName": "sample string 8",
"DirectorName": "sample string 9"
}
],
"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"
}