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