Form Responses
Create a new Form Response
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/formresponse.json
Request body
Example request
{
"uuid": "123e4567-932e-4c6d-a319-231b23158c1b",
"edit_date": "2025-08-01 12:00:00",
"form_uuid": "123e4567-a9eb-4f1f-bde6-231b25462c7b",
"staff_uuid": "123e4567-3693-483f-87bd-231b2c63e94b",
"regarding_object_uuid": "123e4567-492a-497a-b916-231b21d016db",
"timestamp": "2025-08-01 12:00:00",
"form_by_staff_uuid": "123e4567-aef3-4b9c-a2e0-231b268ab92b",
"document_attachment_uuid": "123e4567-95d4-4470-83e7-231b20aab61b",
"asset_uuid": "123e4567-f36c-440b-ac4c-231b285d1a7b"
}Response
Success
Example response
{
"message": "OK"
}