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-a981-4548-83ff-23c6f194b3bb",
"staff_uuid": "123e4567-b941-4519-b431-23c6f5ffe6fb",
"regarding_object_uuid": "123e4567-0398-438e-95fc-23c6fdb8519b",
"timestamp": "2026-01-01 12:00:00",
"form_by_staff_uuid": "123e4567-9e60-4750-b15c-23c6f95da17b",
"document_attachment_uuid": "123e4567-2878-4340-8a11-23c6f282b16b",
"asset_uuid": "123e4567-3daf-45a2-b972-23c6f010c54b",
"uuid": "123e4567-2807-4f3c-8af2-23c6fbee200b"
}Response
Success
Example response
{
"message": "OK"
}