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