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-d06d-4646-9131-23eb2e29f06b",
"staff_uuid": "123e4567-e831-4dd2-b5a5-23eb24192d0b",
"regarding_object_uuid": "123e4567-07a8-4fb9-ac39-23eb29d31c5b",
"timestamp": "2026-03-01 12:00:00",
"form_by_staff_uuid": "123e4567-2700-428d-9cdb-23eb29d9d9eb",
"document_attachment_uuid": "123e4567-9fdf-4201-beb5-23eb28b28cfb",
"asset_uuid": "123e4567-0384-4950-8301-23eb2709156b",
"uuid": "123e4567-8e46-4b7a-93cf-23eb242cdbcb"
}Response
Success
Example response
{
"message": "OK"
}