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