GET Users/Setting?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&UserID={UserID}&Name={Name}
Get userSettings from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
UserID |
Filter by UserID |
integer |
None. |
Name |
Filter by Name |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of UserSettingDTOs
Collection of UserSettingDTOName | Description | Type | Additional information |
---|---|---|---|
SettingID |
Setting ID |
integer |
None. |
UserID |
User ID |
integer |
None. |
Name |
Name |
string |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |