action docusign_envelope_transfer_rules_get_envelope_transfer_rules { label: "Gets envelope transfer rules." description: "This method retrieves a list of envelope transfer rules associated with an account.\n\n**Note:** Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the **Transfer Custody** feature must be enabled for your account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/envelopes/transfer_rules" encoding: json input: { type: "object" properties: { accountId: { type: "string" } count: { type: "string" } start_position: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }