GET Setup/FileType
Get fileTypes 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. |
FileTypeIDs |
Filter by FileTypeIDs |
Collection of integer |
None. |
TypeName |
Filter by TypeName |
string |
None. |
TypeNames |
Filter by TypeNames |
Collection of string |
None. |
TypeDescription |
Filter by TypeDescription |
string |
None. |
RecordType |
Filter by RecordType |
RecordType |
None. |
FileExtensions |
Filter by FileExtensions |
string |
None. |
MaxSizeKB |
Filter by MaxSizeKB |
integer |
None. |
SortOrder |
Filter by SortOrder |
integer |
None. |
Props |
Filter by Props |
Collection of Object |
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 FileTypeDTOs
Collection of FileTypeDTOName | Description | Type | Additional information |
---|---|---|---|
FileTypeID |
File Type ID |
integer |
None. |
TypeName |
Type Name |
string |
None. |
TypeDescription |
Type Description |
string |
None. |
RecordType |
Record Type |
RecordType |
None. |
FileExtensions |
File Extensions |
Collection of string |
None. |
MaxSizeKB |
Max Size KB |
integer |
None. |
MaxSizeKBAllowed |
Max Size KB allowed by the platform |
unsigned integer |
None. |
SortOrder |
Sort Order |
integer |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |