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