action naviplancentral_fact_finders_get_by_household_id_by_householdid { label: "FactFinders_GetByHouseholdIdByHouseholdid" description: "Description: This operation retrieves all Fact Finders for the specified householdId, \n or if null, all households associated with the user.
\n Purpose: Provides access to the Fact Finder including status." provider: naviplancentral method: GET path: "/api/FactFinders" encoding: json input: { type: "object" properties: { householdId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }