{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Fields API", "version": "v2.1" }, "items": [ { "info": { "name": "Fields", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a field set.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/field_sets/:fieldSetId", "params": [ { "name": "fieldSetId", "value": "", "type": "path", "description": "The ID of the field set.\n\nExample: `4aef602b-xxxx-xxxx-xxxx-08d76696f678`\n" }, { "name": "fieldsCustomDataFilters", "value": "", "type": "query", "description": "An comma-separated list that limits the fields to return:\n\n- `IsRequiredOnCreate`: include fields that are required in room creation.\n- `IsRequiredOnSubmit`: include fields that are required when submitting a room for review.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ] }, "docs": "Returns a field set. This is a set of fields that can appear on a room's Details tab in the console, such as `contactName` and `phone`." } ] } ], "bundled": true }