{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands EnvelopeTemplates API", "version": "v2.1" }, "items": [ { "info": { "name": "EnvelopeTemplates", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets the templates associated with a document in an existing envelope.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/documents/:documentId/templates", "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": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " }, { "name": "include", "value": "", "type": "query", "description": "A comma-separated list\nthat limits the results.\nValid values:\n\n* applied\n* matched\n" } ] }, "docs": "Retrieves the templates associated with a document in the specified envelope." }, { "info": { "name": "Docusign Adds templates to a document in an envelope.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/documents/:documentId/templates", "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": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds templates to a document in the specified envelope." }, { "info": { "name": "Docusign Deletes a template from a document in an existing envelope.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/documents/:documentId/templates/:templateId", "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": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ] }, "docs": "Deletes the specified template from a document in an existing envelope." }, { "info": { "name": "Docusign Get List of Templates used in an Envelope", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/templates", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " }, { "name": "include", "value": "", "type": "query", "description": "The possible values are: matching_applied - This returns template matching information for the template." } ] }, "docs": "This returns a list of the server-side templates, their name and ID, used in an envelope.\n" }, { "info": { "name": "Docusign Adds templates to an envelope.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/templates", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds templates to the specified envelope." } ] } ], "bundled": true }