{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TemplateRecipientTabs API", "version": "v2.1" }, "items": [ { "info": { "name": "TemplateRecipientTabs", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets the tabs information for a signer or sign-in-person recipient in a template.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "recipientId", "value": "", "type": "path", "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." }, { "name": "include_anchor_tab_locations", "value": "", "type": "query", "description": "When set to **true**, all tabs with anchor tab properties are included in the response. " }, { "name": "include_metadata", "value": "", "type": "query", "description": "Reserved for DocuSign.\n" } ] }, "docs": "Gets the tabs information for a signer or sign-in-person recipient in a template." }, { "info": { "name": "Docusign Adds tabs for a recipient.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "recipientId", "value": "", "type": "path", "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more tabs for a recipient." }, { "info": { "name": "Docusign Updates the tabs for a recipient.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "recipientId", "value": "", "type": "path", "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more tabs for a recipient in a template." }, { "info": { "name": "Docusign Deletes the tabs associated with a recipient in a template.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "recipientId", "value": "", "type": "path", "description": "A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more tabs associated with a recipient in a template." } ] } ], "bundled": true }