GET Forms/FieldLinkDependency

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

FormIDs

Filter by FormIDs

Collection of integer

None.

FormFieldLinkIDs

Filter by FormFieldLinkIDs

Collection of integer

None.

ParentFormFieldLinkIDs

Filter by ParentFormFieldLinkIDs

Collection of integer

None.

ExpressionType

Filter by ExpressionType

FormFieldLinkDependencyExpressionType

None.

ExpressionValue

Filter by ExpressionValue

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 FormFieldLinkDependencyDTOs

Collection of FormFieldLinkDependencyDto
NameDescriptionTypeAdditional information
FormID

integer

None.

FormFieldLinkID

integer

None.

FormFieldLinkFieldName

string

None.

ParentFormFieldLinkID

integer

None.

ParentFormFieldLinkFieldName

string

None.

ExpressionType

FormFieldLinkDependencyExpressionType

None.

ExpressionValue

Collection of Object

None.

RecordState

FormRecordState

None.

IsPartialData

boolean

None.

Created

FormAuditDataDto

None.

LastUpdated

FormAuditDataDto

None.