GET Forms/FieldLink

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

FormFieldLinkIDs

Filter by FormFieldLinkIDs

Collection of integer

None.

FormID

Filter by FormID

integer

None.

FieldID

Filter by FieldID

integer

None.

FormSectionID

Filter by FormSectionID

integer

None.

Props

Filter by Props

Collection of Object

None.

NumberType

Filter by NumberType

FormNumberType

None.

NumberText

Filter by NumberText

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.

Body Parameters

None.

Response Information

Resource Description

List of FormFieldLinkDTOs

Collection of FormFieldLinkDto
NameDescriptionTypeAdditional information
FormFieldLinkID

integer

None.

FormID

integer

None.

FieldID

integer

None.

FormSectionID

integer

None.

Props

Collection of Object

None.

SortOrder

integer

None.

NumberType

FormNumberType

None.

NumberText

string

None.

Layout

FormFieldLayoutDto

None.

ValidationType

FormFieldValidationType

None.

RecordState

FormRecordState

None.

Created

FormAuditDataDto

None.

LastUpdated

FormAuditDataDto

None.

Summary

string

None.