{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands ChunkedUploads API", "version": "v2.1" }, "items": [ { "info": { "name": "ChunkedUploads", "type": "folder" }, "items": [ { "info": { "name": "Docusign Initiate a new ChunkedUpload.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/chunked_uploads", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Initiate a new ChunkedUpload." }, { "info": { "name": "Docusign Retrieves the current metadata of a ChunkedUpload.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/chunked_uploads/:chunkedUploadId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "chunkedUploadId", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of additional information to include in the response. Valid values are: \n\n- `recipients`: Includes information about template recipients.\n- `folders`: Includes information about the folder that holds the template. \n- `documents` : Includes information about template documents.\n- `custom_fields`: Includes information about template custom fields.\n- `notifications`: Includes information about the notification settings for templates.\n- `advanced_templates`: Includes advanced templates in the response. For example, these include templates that use advanced recipient routing. We recommend that you use this option to ensure that the response includes all relevant templates. " } ] }, "docs": "Docusign Retrieves the current metadata of a ChunkedUpload." }, { "info": { "name": "Docusign Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/chunked_uploads/:chunkedUploadId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "chunkedUploadId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "query" } ] }, "docs": "Docusign Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere." }, { "info": { "name": "Docusign Delete an existing ChunkedUpload.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/chunked_uploads/:chunkedUploadId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "chunkedUploadId", "value": "", "type": "path" } ] }, "docs": "Docusign Delete an existing ChunkedUpload." }, { "info": { "name": "Docusign Add a chunk, a chunk 'part', to an existing ChunkedUpload.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/chunked_uploads/:chunkedUploadId/:chunkedUploadPartSeq", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "chunkedUploadId", "value": "", "type": "path" }, { "name": "chunkedUploadPartSeq", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Add a chunk, a chunk 'part', to an existing ChunkedUpload." } ] } ], "bundled": true }