Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.92 KB

TemplateResponse.md

File metadata and controls

28 lines (20 loc) · 2.92 KB

TemplateResponse

Contains information about the templates you and your team have created.

Properties

Name Type Description Notes
templateId String The id of the Template.
title String The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.
message String The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.
updatedAt Integer Time the template was last updated.
isEmbedded Boolean true if this template was created using an embedded flow, false if it was created on our website.
isCreator Boolean true if you are the owner of this template, false if it's been shared with you by a team member.
canEdit Boolean Indicates whether edit rights have been granted to you by the owner (always true if that's you).
isLocked Boolean Indicates whether the template is locked. If true, then the template was created outside your quota and can only be used in test_mode. If false, then the template is within your quota and can be used to create signature requests.
metadata Object The metadata attached to the template.
signerRoles List<TemplateResponseSignerRole> An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template.
ccRoles List<TemplateResponseCCRole> An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.
documents List<TemplateResponseDocument> An array describing each document associated with this Template. Includes form field data for each document.
customFields List<TemplateResponseDocumentCustomFieldBase> Deprecated. Use custom_fields inside the documents array instead.
namedFormFields List<TemplateResponseDocumentFormFieldBase> Deprecated. Use form_fields inside the documents array instead.
accounts List<TemplateResponseAccount> An array of the Accounts that can use this Template.