{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands EnvelopeAttachments API", "version": "v2.1" }, "items": [ { "info": { "name": "EnvelopeAttachments", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns a list of attachments associated with the specified envelope", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/attachments", "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 " } ] }, "docs": "Docusign Returns a list of attachments associated with the specified envelope" }, { "info": { "name": "Docusign Add one or more attachments to a DRAFT or IN-PROCESS envelope.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/attachments", "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": "Supported attachment formats include: .asp, .bmp, .csv, .doc, .docm, .docx, .dot, .dotm, .dotx, .gif, .htm, .html, .jpeg, .jpg, .msg, .pdf, .png, .pot, .potx, .pps, .ppt, .pptm, .pptx, .ps, .rtf, .tif, .tiff, .txt, .wpd, .xls, .xlsm, .xlsx, .xml, and .xps. For more information on supported file formats please see [Supported File Formats](https://support.docusign.com/guides/ndse-user-guide-supported-file-formats)." }, { "info": { "name": "Docusign Delete one or more attachments from a DRAFT envelope.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/attachments", "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": "Docusign Delete one or more attachments from a DRAFT envelope." }, { "info": { "name": "Docusign Retrieves an attachment from the envelope.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/attachments/:attachmentId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "attachmentId", "value": "", "type": "path" }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " } ] }, "docs": "Docusign Retrieves an attachment from the envelope." }, { "info": { "name": "Docusign Add an attachment to a DRAFT or IN-PROCESS envelope.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/envelopes/:envelopeId/attachments/:attachmentId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "attachmentId", "value": "", "type": "path" }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Add an attachment to a DRAFT or IN-PROCESS envelope." } ] } ], "bundled": true }