Retrieve a Form Field
OAuth Scope
This endpoint requires the following OAuth scope read_forms.
Path parameters
UUID of the Form Field
Response
Form Field record retrieved successfully
Example response
{
"form_uuid": "123e4567-196b-4438-afbf-23f94657b72b",
"uuid": "123e4567-6ce7-4e37-bb4b-23f94df46b8b",
"edit_date": "2026-03-01 12:00:00"
}Changes
Changed in 3 of the 50 revisions of this API.16
- ○
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
404response-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
sort_orderresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
- ○
the security scope
read_formswas added to the endpoint's security schemeoauth2api-security-scope-added
- ○