action naviplancentral_life_insurance_policies_get_life_insurance_policies_by_fact_find { label: "LifeInsurancePolicies_GetLifeInsurancePoliciesByFactFinderIdByFactfinderid" description: "Description: This operation retrieves all Life Insurance Policies for the specified Fact Finder ID.
\n Purpose: Provides access to the Life Insurance Policies including description and policy type." provider: naviplancentral method: GET path: "/api/LifeInsurancePolicies" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }