{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands CustomTabs API", "version": "v2.1" }, "items": [ { "info": { "name": "CustomTabs", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of all account tabs.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/tab_definitions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "custom_tab_only", "value": "", "type": "query", "description": "When set to **true**, only custom tabs are returned in the response. " } ] }, "docs": "Retrieves a list of all tabs associated with the account." }, { "info": { "name": "Docusign Creates a custom tab.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/tab_definitions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a tab with pre-defined properties, such as a text tab with a certain font type and validation pattern. Users can access the custom tabs when sending documents through the DocuSign web application.\n\nCustom tabs can be created for approve, checkbox, company, date, date signed, decline, email, email address, envelope ID, first name, formula, full name, initial here, last name, list, note, number, radio, sign here, signer attachment, SSN, text, title, and zip tabs." }, { "info": { "name": "Docusign Gets custom tab information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/tab_definitions/:customTabId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "customTabId", "value": "", "type": "path" } ] }, "docs": "Retrieves information about the requested custom tab on the specified account." }, { "info": { "name": "Docusign Updates custom tab information.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/tab_definitions/:customTabId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "customTabId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the information in a custom tab for the specified account." }, { "info": { "name": "Docusign Deletes custom tab information.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/tab_definitions/:customTabId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "customTabId", "value": "", "type": "path" } ] }, "docs": "Deletes the custom from the specified account." } ] } ], "bundled": true }