{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands AccountCustomFields API", "version": "v2.1" }, "items": [ { "info": { "name": "AccountCustomFields", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of custom fields associated with the account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Retrieves a list of envelope custom fields associated with the account. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients.\n\nThere are two types of envelope custom fields, text, and list. A text c" }, { "info": { "name": "Docusign Creates an acount custom field.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "apply_to_templates", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Creates an acount custom field." }, { "info": { "name": "Docusign Updates an existing account custom field.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/custom_fields/:customFieldId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "customFieldId", "value": "", "type": "path" }, { "name": "apply_to_templates", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Updates an existing account custom field." }, { "info": { "name": "Docusign Delete an existing account custom field.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/custom_fields/:customFieldId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "customFieldId", "value": "", "type": "path" }, { "name": "apply_to_templates", "value": "", "type": "query" } ] }, "docs": "Docusign Delete an existing account custom field." } ] } ], "bundled": true }