action naviplancentral_presentation_get_pensions_by_factfinderid { label: "Presentation_GetPensionsByFactfinderid" description: "Description: This operation retrieves all future Defined Benefit Pensions for the specified Fact Finder ID.
\n Purpose: Provides access to the Pensions in a Fact Finder, filtered by Pensions that are in the future." provider: naviplancentral method: GET path: "/api/Presentation/Pensions" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }