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-c1c0-43de-a458-231cf546b3db",
"edit_date": "2025-08-01 12:00:00",
"form_uuid": "123e4567-13bd-4222-808e-231cf4528d7b",
"staff_uuid": "123e4567-66a5-42c0-afc2-231cfae078cb",
"regarding_object_uuid": "123e4567-4261-45ea-ac35-231cff87eb4b",
"timestamp": "2025-08-01 12:00:00",
"form_by_staff_uuid": "123e4567-a66f-4c84-a627-231cf0db035b",
"document_attachment_uuid": "123e4567-2abb-4501-9fcc-231cf8e0387b",
"asset_uuid": "123e4567-0132-4525-b323-231cf041951b"
}Response
Success
Example response
{
"message": "OK"
}