Skip to content

Latest commit

 

History

History
95 lines (75 loc) · 2.93 KB

File metadata and controls

95 lines (75 loc) · 2.93 KB

Template

Properties

Name Type Description Notes
addDataRequestSubmissionIdFooters Boolean
allowAdditionalProperties Boolean
description String
documentFilename String
documentMd5 String
documentParseError Boolean
documentProcessed Boolean
documentState DocumentStateEnum
documentUrl String
editableSubmissions Boolean
embedDomains String
encryptPdfsPassword String
encryptPdfs Boolean
expirationInterval String
expireAfter Integer
expireSubmissions Boolean
externalPredefinedFieldsTemplateId String
externalPredefinedFieldsTemplateName String
firstTemplate Boolean
id String
locked Boolean
mergeAuditTrailPdf Boolean
name String
pageCount Integer
pageDimensions List<List<BigDecimal>>
parentFolderId String
path String
permanentDocumentUrl String
publicSubmissions Boolean
publicWebForm Boolean
redirectUrl String
slackWebhookUrl String
templateType TemplateTypeEnum
updatedAt String
versionPublishedAt String
version String
webhookUrl String
demo Boolean
latestVersion String
lastChangedAt String
lastChangedByType LastChangedByTypeEnum
lastChangedById String
defaults Object
fieldOrder List<List<BigDecimal>>
fields Object
footerHtml String
headerHtml String
htmlEngineOptions Object
html String
predefinedFields List<Object>
scss String
sharedFieldData Object
versions List<Object>

Enum: DocumentStateEnum

Name Value
PENDING "pending"
PROCESSED "processed"
PASSWORD_REQUIRED "password_required"
MALFORMED_PDF "malformed_pdf"
UNKNOWN_ERROR "unknown_error"

Enum: TemplateTypeEnum

Name Value
PDF "pdf"
HTML "html"

Enum: LastChangedByTypeEnum

Name Value
USER "user"
API "api"