GET Setup/EntitySetting

Get entitySettings 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.

EntityID

Filter by EntityID

integer

None.

EntityIDs

Filter by EntityIDs

Collection of integer

None.

SettingID

Filter by EntityID

integer

None.

Name

Filter by Name

string

None.

PropName

Filter by PropName

string

None.

PropValue

Filter by PropValue

string

None.

Body Parameters

None.

Response Information

Resource Description

List of EntitySettingDTOs

Collection of EntitySettingDTO
NameDescriptionTypeAdditional information
SettingID

Setting ID

integer

None.

EntityID

EntityID

integer

None.

Name

Name

string

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.