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