GET Users/AuthGroupReport?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&AuthGroupID={AuthGroupID}&ReportID={ReportID}

Get authGroupReports from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 AuthGroupReportDTO
NameDescriptionTypeAdditional information
AuthGroupID

integer

None.

AuthGroupName

string

None.

ReportID

integer

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.