Form Responses
List all Form Responses
Filtering
This endpoint supports result filtering. For more information on how to filter this request, go here.
OAuth Scope
This endpoint requires the following OAuth scope read_forms.
get/formresponse.json
Response
An array of Form Responses
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"
}
]Changes
Changed in 2 of the 50 revisions of this API.5
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
the security scope
read_formswas added to the endpoint's security schemeoauth2api-security-scope-added
- ○