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-02a5-4a47-8be4-23497fccf08b",
"staff_uuid": "123e4567-0d1d-4f26-bd96-23497081c1ab",
"regarding_object_uuid": "123e4567-399b-47bc-b339-234972c7aecb",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-cf59-4125-bbd8-234970417e6b",
"document_attachment_uuid": "123e4567-7455-442d-89cd-23497d4bd7fb",
"asset_uuid": "123e4567-9c33-4abd-ac5b-234979ea70fb",
"uuid": "123e4567-05d0-4847-a28b-2349715d56fb"
}Response
Success
Example response
{
"message": "OK"
}