action naviplancentral_major_purchase_goals_get_major_purchase_goals_by_fact_finder_id { label: "MajorPurchaseGoals_GetMajorPurchaseGoalsByFactFinderIdByFactfinderid" description: "Description: This operation retrieves all Major Purchases for the specified Fact Finder ID.
\n Purpose: Provides access to the Major Purchases including description and amount." provider: naviplancentral method: GET path: "/api/MajorPurchaseGoals" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }