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-5ee9-4642-b245-23467b39337b",
"staff_uuid": "123e4567-aacc-40eb-87e5-23467d1e943b",
"regarding_object_uuid": "123e4567-342f-424a-b075-234672a3fc7b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-b976-46f5-b916-23467b8b328b",
"document_attachment_uuid": "123e4567-8930-43e9-a3f7-23467a04d47b",
"asset_uuid": "123e4567-725c-44dc-8851-234676efde3b",
"uuid": "123e4567-6f73-4e5b-8587-23467f17724b"
}Response
Success
Example response
{
"message": "OK"
}