FormMessageFields
Introduction
FormMessageFields
represent the input values for FormFields that are sent when a User submits a Form.
Every submitted Form will have a set of FormMessageFields
as value representations according to the defined FormFields when saved.
The values of FormMessageFields
result in a FormMessage after processing, which is then sent via E-Mail.
Model Definition
Relations
Relation | Key | Type | Relation Field(s) |
---|---|---|---|
| Belongs to |
| |
| Belongs to |
|
List by message
Get a list of FormMessageFields
for the given FormMessage.
Definition
GET
/api/forms/messages/{formMessageId}/fields
Example Request
Example Response
Show by message and field
Show a single FormMessageField
for the given FormMessage and FormField.
Definition
GET
/api/forms/messages/{formMessageId}/fields/{formFieldId}
Example Request
Example Response
Last updated