action naviplancentral_lifestyle_assets_get_by_id { label: "LifestyleAssets_GetById" description: "Description: This operation retrieves a single Lifestyle Asset for the specified Lifestyle Asset ID.
\n Purpose: Provides access to the Lifestyle Asset including description and market value." provider: naviplancentral method: GET path: "/api/LifestyleAssets/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }