action naviplancentral_fact_finder_modules_get_by_factfinderid_id { label: "FactFinderModules_GetByFactfinderidId" description: "Description: This operation retrieves a single Fact Finder Module for the specified Fact Finder Module ID.
\n Purpose: Provides access to the Fact Finder Module including description and policy type." provider: naviplancentral method: GET path: "/api/FactFinders/{factFinderId}/Modules/{id}" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } id: { type: "string" } } required: ["factFinderId", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }