Form Responses
Update a Form Response
OAuth Scope
This endpoint requires the following OAuth scope manage_forms.
post/formresponse/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Form Response
Request body
Example request
{
"form_uuid": "123e4567-2fba-474c-a845-23482bb9ff6b",
"staff_uuid": "123e4567-8778-4800-b843-23482fcf1e8b",
"regarding_object_uuid": "123e4567-9e21-4bc3-8496-23482efb2b8b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-8598-42e3-9034-23482582d59b",
"document_attachment_uuid": "123e4567-c67a-4190-b7c0-23482d179fdb",
"asset_uuid": "123e4567-1e85-407a-abbd-2348254ac6bb",
"uuid": "123e4567-dec1-45f9-a6cf-234823801f1b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}