OPENAPI / COMPONENTS / SCHEMAS

Template Response Document Custom Field Base

TemplateResponseDocumentCustomFieldBase

An array of Form Field objects containing the name and type of each named field.

object10properties
api_idstring

The unique ID for this field.

namestring

The name of the Custom Field.

typestringrequired

signerstring

The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender).

xinteger

The horizontal offset in pixels for this form field.

yinteger

The vertical offset in pixels for this form field.

widthinteger

The width in pixels of this form field.

heightinteger

The height in pixels of this form field.

requiredboolean

Boolean showing whether or not this field is required.

groupstring

The name of the group this field is in. If this field is not a group, this defaults to `null`.