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-5d6e-46b8-9040-23482f210e5b",
"staff_uuid": "123e4567-a51d-44b5-bd63-23482f0d988b",
"regarding_object_uuid": "123e4567-3e64-47af-aacb-23482d3186ab",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-5cd8-4983-a973-2348299aaa0b",
"document_attachment_uuid": "123e4567-dbee-4c3d-8aa6-234820170e4b",
"asset_uuid": "123e4567-8cf0-4497-8398-23482453babb",
"uuid": "123e4567-9a69-45a3-9f68-23482f68c69b"
}Response
Success
Example response
{
"message": "OK"
}