action naviplancentral_accounts_get_savings_strategies_by_account_id_by_accountid { label: "Accounts_GetSavingsStrategiesByAccountIdByAccountid" description: "Get all of the savings strategies for a specific account" provider: naviplancentral method: GET path: "/api/Accounts/{accountId}/SavingsStrategies" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }