GET api/FormFieldDatas/GetFormFieldData/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

FormFieldData
NameDescriptionTypeAdditional information
ID

integer

None.

FormID

integer

None.

FormFieldID

integer

None.

ProjectID

integer

None.

GroupID

string

None.

Result

string

None.

CreatedDate

date

None.

StaffID

integer

None.

ClientID

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

tblForm

tblForm

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'DataModel.Entity.AllForm'. Path 'tblForm.AllForm.ParamMaster.AllForms'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'DataModel.Entity.AllForm'. Path 'tblForm.AllForm.ParamMaster.AllForms'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'DataModel.Entity.AllForm' contains cycles and cannot be serialized if reference tracking is disabled.