OPENAPI / COMPONENTS / SCHEMAS
Template Response Document Custom Field Base
TemplateResponseDocumentCustomFieldBaseAn array of Form Field objects containing the name and type of each named field.
object10properties
api_idstringThe unique ID for this field.
namestringThe name of the Custom Field.
typestringrequiredsignerstringThe signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender).
xintegerThe horizontal offset in pixels for this form field.
yintegerThe vertical offset in pixels for this form field.
widthintegerThe width in pixels of this form field.
heightintegerThe height in pixels of this form field.
requiredbooleanBoolean showing whether or not this field is required.
groupstringThe name of the group this field is in. If this field is not a group, this defaults to `null`.