GET Users/AuthGroupForm
Get authGroupForm 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. |
FormIDs |
Filter by FormIDs |
Collection of integer |
None. |
AuthGroupIDs |
Filter by AuthGroupIDs |
Collection of integer |
None. |
Type |
Filter by Type |
FormAuthType |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of AuthGroupFormDTOs
Collection of AuthGroupFormDtoName | Description | Type | Additional information |
---|---|---|---|
FormID | integer |
None. |
|
AuthGroupID | integer |
None. |
|
Type | FormAuthType |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
Summary | string |
None. |