{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Tabs API", "version": "v2.1" }, "items": [ { "info": { "name": "Tabs", "type": "folder" }, "items": [ { "info": { "name": "Docusign List Tabs for a Recipient", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." }, { "name": "recipientId", "value": "", "type": "path", "description": "A unique identifier for a recipient. This value is assigned by DocuSign and is unique per envelope." }, { "name": "include_metadata", "value": "", "type": "query", "description": "When true, includes metadata properties in the response." } ] }, "docs": "Retrieves the tabs associated with a specific recipient in an envelope. Returns all tab types assigned to the recipient." }, { "info": { "name": "Docusign Update Tabs for a Recipient", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients/:recipientId/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." }, { "name": "recipientId", "value": "", "type": "path", "description": "A unique identifier for a recipient. This value is assigned by DocuSign and is unique per envelope." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more tabs for a recipient in a draft envelope." } ] } ], "bundled": true }