action docusign_notary_journals_get_notary_journals { label: "Gets notary jurisdictions for a user." description: "" provider: docusign method: GET path: "/v2.1/current_user/notary/journals" encoding: json input: { type: "object" properties: { count: { type: "string" } search_text: { type: "string" } start_position: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }