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-6950-4a3d-885b-233c6f1ba93b",
"staff_uuid": "123e4567-3d64-46db-87a8-233c656e87bb",
"regarding_object_uuid": "123e4567-95cf-4b3c-a632-233c62da8c6b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-866a-4a7a-8ffc-233c6ab2833b",
"document_attachment_uuid": "123e4567-62e5-467a-a6e2-233c6f8c269b",
"asset_uuid": "123e4567-6acf-4d17-bed2-233c685c0d3b",
"uuid": "123e4567-78bc-467b-8898-233c6d20d4cb"
}Response
Success
Example response
{
"message": "OK"
}