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-99a6-4309-be6e-23e93b2af0db",
"staff_uuid": "123e4567-3c0f-4e25-9198-23e93a3dcc4b",
"regarding_object_uuid": "123e4567-6727-488e-bbe0-23e93280628b",
"timestamp": "2026-03-01 12:00:00",
"form_by_staff_uuid": "123e4567-5555-45ff-b617-23e933782e3b",
"document_attachment_uuid": "123e4567-b6cc-453a-9d96-23e93106a44b",
"asset_uuid": "123e4567-401b-4b97-9e25-23e93600399b",
"uuid": "123e4567-2017-4d97-bead-23e93d2ebd9b"
}Response
Success
Example response
{
"message": "OK"
}