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-8155-4fca-bc81-23b2e760cb8b",
"staff_uuid": "123e4567-4d91-4c02-88b2-23b2e860927b",
"regarding_object_uuid": "123e4567-1a53-451c-a876-23b2edf42dcb",
"timestamp": "2026-01-01 12:00:00",
"form_by_staff_uuid": "123e4567-581f-42df-b1d0-23b2ea40435b",
"document_attachment_uuid": "123e4567-89c3-4428-9228-23b2e6c233cb",
"asset_uuid": "123e4567-afae-4682-8542-23b2e71b51eb",
"uuid": "123e4567-7efe-43b7-b875-23b2ef8ca0bb"
}Response
Success
Example response
{
"message": "OK"
}