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-8f59-4273-9bb2-23f94e3071eb",
"staff_uuid": "123e4567-068f-433c-a2e6-23f94e815bdb",
"regarding_object_uuid": "123e4567-41ee-4ea3-8ca2-23f94fe918eb",
"timestamp": "2026-03-01 12:00:00",
"form_by_staff_uuid": "123e4567-0230-4fe1-83c9-23f94429362b",
"document_attachment_uuid": "123e4567-ff79-499a-8ef4-23f94a981a6b",
"asset_uuid": "123e4567-fc2c-4a3d-a278-23f942d7f62b",
"uuid": "123e4567-faa3-4649-8ea5-23f94011885b",
"edit_date": "2026-03-01 12:00:00"
}