Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.93 KB

CloneTemplate200Response.md

File metadata and controls

23 lines (20 loc) · 1.93 KB

# CloneTemplate200Response

Properties

Name Type Description Notes
id int Template unique ID number. [optional]
slug string Unique slug of the document template. [optional]
schema \Docuseal\Model\GetTemplates200ResponseDataInnerSchemaInner[] List of documents attached to the template. [optional]
fields \Docuseal\Model\GetTemplates200ResponseDataInnerFieldsInner[] List of fields to be filled in the template. [optional]
submitters \Docuseal\Model\GetTemplates200ResponseDataInnerSubmittersInner[] [optional]
author_id int Unique identifier of the author of the template. [optional]
account_id int Unique identifier of the account of the template. [optional]
archived_at string Date and time when the template was archived. [optional]
created_at string Date and time when the template was created. [optional]
updated_at string Date and time when the template was updated. [optional]
source string Source of the template. [optional]
external_id string Identifier of the template in the external system. [optional]
folder_id int Unique identifier of the folder where the template is placed. [optional]
author \Docuseal\Model\AddDocumentToTemplate200ResponseAuthor [optional]
documents \Docuseal\Model\AddDocumentToTemplate200ResponseDocumentsInner[] List of documents attached to the template. [optional]

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