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)

user

Belongs to

user_id

department

Belongs to

department_id

form

Belongs to

form_id

formMessageFields

Has many

form_message_field.form_message_id

Computed Properties

  • hash - The hashed id of the FormMessage

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