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