Skip to content

Latest commit

 

History

History
100 lines (94 loc) · 3.11 KB

TemplatePreview.md

File metadata and controls

100 lines (94 loc) · 3.11 KB

DocSpring::TemplatePreview

Properties

Name Type Description Notes
add_data_request_submission_id_footers Boolean
allow_additional_properties Boolean
description String
document_filename String
document_md5 String
document_parse_error Boolean
document_processed Boolean
document_state String
document_url String
editable_submissions Boolean
embed_domains String
encrypt_pdfs_password String
encrypt_pdfs Boolean
expiration_interval String
expire_after Integer
expire_submissions Boolean
external_predefined_fields_template_id String
external_predefined_fields_template_name String
first_template Boolean
id String
locked Boolean
merge_audit_trail_pdf Boolean
name String
page_count Integer
page_dimensions Array<Array<Float>>
parent_folder_id String
path String
permanent_document_url String
public_submissions Boolean
public_web_form Boolean
redirect_url String
slack_webhook_url String
template_type String
updated_at String
version_published_at String
version String
webhook_url String
demo Boolean
latest_version String
last_changed_at String
last_changed_by_type String
last_changed_by_id String

Example

require 'docspring'

instance = DocSpring::TemplatePreview.new(
  add_data_request_submission_id_footers: null,
  allow_additional_properties: null,
  description: null,
  document_filename: null,
  document_md5: null,
  document_parse_error: null,
  document_processed: null,
  document_state: null,
  document_url: null,
  editable_submissions: null,
  embed_domains: null,
  encrypt_pdfs_password: null,
  encrypt_pdfs: null,
  expiration_interval: null,
  expire_after: null,
  expire_submissions: null,
  external_predefined_fields_template_id: null,
  external_predefined_fields_template_name: null,
  first_template: null,
  id: null,
  locked: null,
  merge_audit_trail_pdf: null,
  name: null,
  page_count: null,
  page_dimensions: null,
  parent_folder_id: null,
  path: null,
  permanent_document_url: null,
  public_submissions: null,
  public_web_form: null,
  redirect_url: null,
  slack_webhook_url: null,
  template_type: null,
  updated_at: null,
  version_published_at: null,
  version: null,
  webhook_url: null,
  demo: null,
  latest_version: null,
  last_changed_at: null,
  last_changed_by_type: null,
  last_changed_by_id: null
)