{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TemplateDocuments API", "version": "v2.1" }, "items": [ { "info": { "name": "TemplateDocuments", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of documents associated with a template.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ] }, "docs": "Retrieves a list of documents associated with the specified template." }, { "info": { "name": "Docusign Adds documents to a template document.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." }, { "name": "apply_document_fields", "value": "", "type": "query", "description": "When **true**, document fields\ncan be added or modified\nwhile adding or modifying envelope documents.\n" }, { "name": "persist_tabs", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more documents to an existing template document." }, { "info": { "name": "Docusign Deletes documents from a template.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more documents from an existing template." }, { "info": { "name": "Docusign Gets PDF documents from a template.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." }, { "name": "encrypt", "value": "", "type": "query" }, { "name": "show_changes", "value": "", "type": "query" } ] }, "docs": "Retrieves one or more PDF documents from the specified template.\n\nYou can specify the ID of the document to retrieve or can specify `combined` to retrieve all documents in the template as one pdf." }, { "info": { "name": "Docusign Adds a document to a template document.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." }, { "name": "apply_document_fields", "value": "", "type": "query", "description": "When **true**, document fields\ncan be added or modified\nwhile adding or modifying envelope documents.\n" }, { "name": "is_envelope_definition", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds the specified document to an existing template document." } ] } ], "bundled": true }