action docusign_account_custom_fields_get_account_custom_fields { label: "Gets a list of custom fields." description: "This method returns a list of the envelope and document custom fields associated with an account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/custom_fields" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }