{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TemplateDocumentTabs API", "version": "v2.1" }, "items": [ { "info": { "name": "TemplateDocumentTabs", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns tabs on the specified page.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId/pages/:pageNumber/tabs", "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": "pageNumber", "value": "", "type": "path", "description": "The page number being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ] }, "docs": "Docusign Returns tabs on the specified page." }, { "info": { "name": "Docusign Returns tabs on the document.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId/tabs", "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": "page_numbers", "value": "", "type": "query" } ] }, "docs": "Docusign Returns tabs on the document." } ] } ], "bundled": true }