GET Users/AuthGroupFileType
Get authGroupFileTypes 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. |
AuthGroupIDs |
Filter by AuthGroupIDs of Authorization Groups |
Collection of integer |
None. |
AuthGroupNames |
Filter by AuthGroupNames of Authorization Groups |
Collection of string |
None. |
FileTypeIDs |
Filter by FileTypeIDs of FileTypes |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of AuthGroupFileTypeDTO objects
Collection of AuthGroupFileTypeDTOName | Description | Type | Additional information |
---|---|---|---|
AuthGroupID |
Auth Group ID of the Authorization Group |
integer |
None. |
AuthGroupName |
Group Name of the Authorization Group |
string |
None. |
FileTypeID |
File Type ID of the File Type record |
integer |
None. |
FileTypeName |
Name of the File Type record |
string |
None. |
RecordState |
Record State of the current Record. |
RecordState |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |