FormMessages
Introduction
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.
Model Definition
Alias
formMessage
Relations
Relation
Key
Type
Relation Field(s)
Computed Properties
hash- The hashedidof theFormMessage
List
Get a list of all FormMessages.
Definition
GET /api/forms/messages
Example Request
Example Response
Show
Show a single FormMessage by id.
Definition
GET /api/forms/messages/{id}
Example Request
Example Response
Last updated