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