Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

CustomField.md

File metadata and controls

17 lines (13 loc) · 1.14 KB

CustomField

Properties

Name Type Description Notes
customFieldType String The type of custom field. Valid values are: - `text` (default) - `list` [optional]
errorDetails ErrorDetails [optional]
fieldId String The id of the custom field. [optional]
listItems [String] For a list custom field, this is an array of strings that represent the items in a list. Maximum Length: 2,000 characters. [optional]
name String The name of the custom field. [optional]
required String When set to true, the signer must complete the custom field. [optional]
show String When set to true, the custom field displays at the top of the Certificate of Completion. [optional]
value String Specifies the value of the custom field. Maximum Length: 2,000 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]