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