POST api/User/GetPasswordsettingsData
Request Information
URI Parameters
None.
Body Parameters
PasswordSettingsFilterModelDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OfficeId | integer |
None. |
|
| SettingsType | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PageIndex | integer |
None. |
|
| Pagesize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OfficeId": 1,
"SettingsType": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"PageIndex": 3,
"Pagesize": 4,
"SortBy": "sample string 5",
"SortOrder": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfPasswordChangeSettingsLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of PasswordChangeSettingsLogDTO |
None. |
|
| Data | Collection of PasswordChangeSettingsLogDTO |
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": [
{
"ChangedBy": 1,
"ChangedByName": "sample string 1",
"ChangedDate": "2026-02-03T18:24:06.7216008-08:00",
"ChangeSettingsType": 1,
"ChangeSettingsTypeDescription": "1",
"CreateDate": "2026-02-03T18:24:06.7216008-08:00",
"CreateDateString": "02/03/2026 sample string 10",
"CreatedBy": 2,
"CreatedByName": "sample string 3",
"Disabled": true,
"Id": 5,
"OfficeId": 6,
"UserId": 7,
"UserFullName": "sample string 8",
"OfficeName": "sample string 9",
"TimeZoneInfo": "sample string 10",
"RequestNote": "sample string 11"
},
{
"ChangedBy": 1,
"ChangedByName": "sample string 1",
"ChangedDate": "2026-02-03T18:24:06.7216008-08:00",
"ChangeSettingsType": 1,
"ChangeSettingsTypeDescription": "1",
"CreateDate": "2026-02-03T18:24:06.7216008-08:00",
"CreateDateString": "02/03/2026 sample string 10",
"CreatedBy": 2,
"CreatedByName": "sample string 3",
"Disabled": true,
"Id": 5,
"OfficeId": 6,
"UserId": 7,
"UserFullName": "sample string 8",
"OfficeName": "sample string 9",
"TimeZoneInfo": "sample string 10",
"RequestNote": "sample string 11"
}
],
"Data": [
{
"ChangedBy": 1,
"ChangedByName": "sample string 1",
"ChangedDate": "2026-02-03T18:24:06.7216008-08:00",
"ChangeSettingsType": 1,
"ChangeSettingsTypeDescription": "1",
"CreateDate": "2026-02-03T18:24:06.7216008-08:00",
"CreateDateString": "02/03/2026 sample string 10",
"CreatedBy": 2,
"CreatedByName": "sample string 3",
"Disabled": true,
"Id": 5,
"OfficeId": 6,
"UserId": 7,
"UserFullName": "sample string 8",
"OfficeName": "sample string 9",
"TimeZoneInfo": "sample string 10",
"RequestNote": "sample string 11"
},
{
"ChangedBy": 1,
"ChangedByName": "sample string 1",
"ChangedDate": "2026-02-03T18:24:06.7216008-08:00",
"ChangeSettingsType": 1,
"ChangeSettingsTypeDescription": "1",
"CreateDate": "2026-02-03T18:24:06.7216008-08:00",
"CreateDateString": "02/03/2026 sample string 10",
"CreatedBy": 2,
"CreatedByName": "sample string 3",
"Disabled": true,
"Id": 5,
"OfficeId": 6,
"UserId": 7,
"UserFullName": "sample string 8",
"OfficeName": "sample string 9",
"TimeZoneInfo": "sample string 10",
"RequestNote": "sample string 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"
}