action naviplancentral_presentation_get_life_insurance_policies_by_factfinderid { label: "Presentation_GetLifeInsurancePoliciesByFactfinderid" description: "Description: This operation retrieves all life insurance policies, including subaccounts if available, for the specified Fact Finder ID.
\n Purpose: Provides access to the Life Insurance Policies in a Fact Finder." provider: naviplancentral method: GET path: "/api/Presentation/LifeInsurancePolicies" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }