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