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-6348-4546-bf5e-23184785ee3b",
"edit_date": "2025-08-01 12:00:00",
"form_uuid": "123e4567-57e6-4384-a5f2-231840059b6b",
"staff_uuid": "123e4567-e622-4792-ab07-23184817725b",
"regarding_object_uuid": "123e4567-6801-4fb9-bae4-23184864a33b",
"timestamp": "2025-08-01 12:00:00",
"form_by_staff_uuid": "123e4567-010d-4889-8771-2318486913ab",
"document_attachment_uuid": "123e4567-774f-4764-b0aa-23184b873abb",
"asset_uuid": "123e4567-68c1-48b8-9103-231849b302eb"
}Response
Success
Example response
{
"message": "OK"
}