GET Users/AuthGroupNoteType
Get authGroupNoteTypes 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. |
AuthGroupIDs |
Filter by AuthGroupIDs |
Collection of integer |
None. |
NoteTypeIDs |
Filter by NoteTypeIDs |
Collection of integer |
None. |
Type |
Filter by Type |
AccessType |
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 AuthGroupNoteTypeDTOs
Collection of AuthGroupNoteTypeDTOName | Description | Type | Additional information |
---|---|---|---|
AuthGroupID |
Auth Group ID |
integer |
None. |
GroupName |
Group Name |
string |
None. |
NoteTypeID |
Note Type ID |
integer |
None. |
Type |
Type |
AccessType |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
TypeName |
Type Name |
string |
None. |