GET Users/AuthGroupReport?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&AuthGroupID={AuthGroupID}&ReportID={ReportID}
Get authGroupReports 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. |
AuthGroupID |
Filter by AuthGroupID |
integer |
None. |
ReportID |
Filter by ReportID |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of AuthGroupReportDTOs
Collection of AuthGroupReportDTOName | Description | Type | Additional information |
---|---|---|---|
AuthGroupID | integer |
None. |
|
AuthGroupName | string |
None. |
|
ReportID | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |