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