Form Responses
Create a new Form Response
OAuth Scope
This endpoint requires the following OAuth scope manage_forms.
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
{
"form_uuid": "123e4567-bb2c-47f8-938d-23422e8b9f8b",
"staff_uuid": "123e4567-d092-4292-9d9e-234225e1cc4b",
"regarding_object_uuid": "123e4567-5256-463b-aa11-234222e2849b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-7fdd-42aa-8bd5-2342240d7d6b",
"document_attachment_uuid": "123e4567-5788-4234-bf1c-2342247e411b",
"asset_uuid": "123e4567-6226-4383-b3c7-23422f03a50b",
"uuid": "123e4567-b640-40f1-a792-23422370ff4b"
}Response
Success
Example response
{
"message": "OK"
}