Form Fields
Retrieve a Form Field
OAuth Scope
This endpoint requires the following OAuth scope read_forms.
get/formfield/{uuid}.json
Path parameters
uuidstring uuid required
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"
}