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-7ecb-404a-93d1-23eb2068d52b",
"staff_uuid": "123e4567-71c0-42e6-95d0-23eb28392c0b",
"regarding_object_uuid": "123e4567-5ed2-42ea-9766-23eb2e25ae4b",
"timestamp": "2026-03-01 12:00:00",
"form_by_staff_uuid": "123e4567-c98e-4b4c-af14-23eb208ae88b",
"document_attachment_uuid": "123e4567-ca2b-4b3f-a96e-23eb27a6f81b",
"asset_uuid": "123e4567-1cb4-4076-bb4c-23eb22910b8b",
"uuid": "123e4567-d216-4398-b2c7-23eb2895369b"
}Response
Success
Example response
{
"message": "OK"
}