Note

Notes can be added to the Response and Contact model.


Note fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the note

Note relations

user,

Note endpoints

GET List all Notes /notes toggle

GET Return data for a specified Note /notes/:id toggle

POST Save, or update a Note /notes/:id? toggle

DELETE Delete a Note /notes/:id toggle