FormMessages
Last updated
Last updated
FormMessages
are the processed and validated input of a User when submitting a Form.
They contain all information which is needed and used when sending the ForMessage to their receivers and are generated from FormMessageFields when sending a Form.
Alias
formMessage
Relations
Relation | Key | Type | Relation Field(s) |
---|---|---|---|
Computed Properties
hash
- The hashed id
of the FormMessage
Get a list of all FormMessages
.
Definition
GET
/api/forms/messages
Example Request
Example Response
Show a single FormMessage
by id
.
Definition
GET
/api/forms/messages/{id}
Example Request
Example Response
user
Belongs to
user_id
department
Belongs to
department_id
form
Belongs to
form_id
formMessageFields
Has many
form_message_field.form_message_id