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-19c4-4d59-9cc7-23482ae5d10b",
"staff_uuid": "123e4567-6a09-4f8f-b9a9-23482220446b",
"regarding_object_uuid": "123e4567-ae5b-435c-939f-234824b39adb",
"timestamp": "2025-09-01 12:00:00",
"form_by_staff_uuid": "123e4567-4bf0-444c-8443-23482aa89ebb",
"document_attachment_uuid": "123e4567-de49-4a5b-8c76-23482a9552db",
"asset_uuid": "123e4567-9001-44e1-b875-23482cdcf45b",
"uuid": "123e4567-be74-4b54-b0e9-23482dc201cb",
"edit_date": "2025-09-01 12:00:00"
}