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-31b9-44fd-acde-234d5f99875b",
"staff_uuid": "123e4567-8e79-4833-baa0-234d517f50cb",
"regarding_object_uuid": "123e4567-0c21-45bb-8954-234d56a7a09b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-2acc-4827-99f3-234d5fde4dbb",
"document_attachment_uuid": "123e4567-c90a-4c2b-a438-234d55c48bdb",
"asset_uuid": "123e4567-3936-46b5-9f98-234d561991eb",
"uuid": "123e4567-fc2f-4cba-b142-234d5885867b"
}Response
Success
Example response
{
"message": "OK"
}