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-78cf-4e11-a1cd-23d5991ca39b",
"staff_uuid": "123e4567-8241-4297-8626-23d59035985b",
"regarding_object_uuid": "123e4567-494e-40e0-8245-23d5936b37ab",
"timestamp": "2026-02-01 12:00:00",
"form_by_staff_uuid": "123e4567-6517-4112-96da-23d596e4167b",
"document_attachment_uuid": "123e4567-95fc-457e-8217-23d592f8269b",
"asset_uuid": "123e4567-f4eb-42a1-adc3-23d59527431b",
"uuid": "123e4567-212e-4f00-a16e-23d59c357f3b"
}Response
Success
Example response
{
"message": "OK"
}