action naviplancentral_education_goals_get_education_goals_by_fact_finder_id_by_factfin { label: "EducationGoals_GetEducationGoalsByFactFinderIdByFactfinderid" description: "Description: This operation retrieves all Education Goals for the specified Fact Finder ID.
\n Purpose: Provides access to the Education Goals including description and projected cost." provider: naviplancentral method: GET path: "/api/EducationGoals" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }