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-2fba-474c-a845-23482bb9ff6b",
"staff_uuid": "123e4567-8778-4800-b843-23482fcf1e8b",
"regarding_object_uuid": "123e4567-9e21-4bc3-8496-23482efb2b8b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-8598-42e3-9034-23482582d59b",
"document_attachment_uuid": "123e4567-c67a-4190-b7c0-23482d179fdb",
"asset_uuid": "123e4567-1e85-407a-abbd-2348254ac6bb",
"uuid": "123e4567-dec1-45f9-a6cf-234823801f1b"
}Response
Success
Example response
{
"message": "OK"
}