List all Forms
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.
Response
An array of Forms
Example response
[
{
"document_template_uuid": "123e4567-af62-461f-9f8b-23f94590653b",
"uuid": "123e4567-4ade-4f1f-a380-23f94920ea6b",
"edit_date": "2026-03-01 12:00:00"
}
]Changes
Changed in 3 of the 50 revisions of this API.6
- ○
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
- ○
- ○
added the optional property
items/badge_nameto the response with the200statusresponse-optional-property-added
- ○