Form Responses
Retrieve a Form Response
OAuth Scope
This endpoint requires the following OAuth scope read_forms.
get/formresponse/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Form Response
Response
Form Response record retrieved successfully
Example response
{
"form_uuid": "123e4567-9b35-4473-bd68-23467da1112b",
"staff_uuid": "123e4567-ad03-41f5-9605-23467dad5fdb",
"regarding_object_uuid": "123e4567-b09b-45bb-882b-23467a410c6b",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-2560-4701-9178-23467b387d3b",
"document_attachment_uuid": "123e4567-ee7e-4e5d-ba0d-234674acd48b",
"asset_uuid": "123e4567-3e15-4766-ba60-23467e7e474b",
"uuid": "123e4567-3324-491e-974f-234672d89e7b",
"edit_date": "2025-09-01 12:00:00"
}