GET Setup/CodeTableEntry
Get codeTableEntries 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. |
TableID |
Filter by TableID |
integer |
None. |
TableName |
Filter by TableName |
string |
None. |
OUID |
Filter by OUID |
integer |
None. |
BUID |
Filter by BUID |
integer |
None. |
ParentEntryID |
Filter by ParentEntryID |
integer |
None. |
Value |
Filter by Value |
string |
None. |
Description |
Filter by Description |
string |
None. |
ReferenceValue |
Filter by ReferenceValue |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
TableIDs |
Filter by TableIDs |
Collection of integer |
None. |
TableNames |
Filter by TableNames |
Collection of string |
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. |
IncludePayload |
Include all data (set to false to return partial data and get a faster result) |
boolean |
None. |
SortBy |
Sort by propertyName |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of CodeTableEntryDTOs
Collection of CodeTableEntryDTOName | Description | Type | Additional information |
---|---|---|---|
EntryID |
Entry ID |
integer |
None. |
TableID |
Table ID |
integer |
None. |
TableName |
Table Name |
string |
None. |
OUID |
OUID |
integer |
None. |
BUID |
BUID |
integer |
None. |
ParentEntryID |
Parent Entry ID |
integer |
None. |
Value |
Value |
string |
None. |
Description |
Description |
string |
None. |
ReferenceValue |
Reference Value |
string |
None. |
Props |
Props |
Collection of Object |
None. |
SortOrder |
Sort Order |
integer |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |