GET Users/PersistenceFilter
Get UserPersistenceFilters 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. |
Filters |
Filter by PersistenceFilter |
Collection of PersistenceFilter |
None. |
MaxRows |
Limit number of rows |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of UserPersistenceFilterDTOs
Collection of UserPersistenceFilterDTOName | Description | Type | Additional information |
---|---|---|---|
UserID |
User ID |
integer |
None. |
Filter |
Filter |
PersistenceFilter |
None. |
Value |
Value |
string |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |