action naviplancentral_retirement_goals_get_retirement_goals_by_fact_finder_id_by_factf { label: "RetirementGoals_GetRetirementGoalsByFactFinderIdByFactfinderid" description: "Description: This operation retrieves all Retirement Goals for the specified Fact Finder ID.
\n Purpose: Provides access to the Retirement Goals including retirement date." provider: naviplancentral method: GET path: "/api/RetirementGoals" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }