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-d318-43fc-97b9-23f94923e6eb",
"staff_uuid": "123e4567-a1d2-4aa7-89a9-23f94f550c2b",
"regarding_object_uuid": "123e4567-c625-40d3-8f48-23f94acf41bb",
"timestamp": "2026-03-01 12:00:00",
"form_by_staff_uuid": "123e4567-d3c9-4778-8bfa-23f94ad8ecab",
"document_attachment_uuid": "123e4567-47b9-4310-8001-23f9437ae7bb",
"asset_uuid": "123e4567-1af8-418f-b168-23f94802b51b",
"uuid": "123e4567-0582-4709-b0f3-23f9436261cb"
}Response
Success
Example response
{
"message": "OK"
}