action naviplancentral_lifestyle_asset_types_get_by_id { label: "LifestyleAssetTypes_GetById" description: "Description: This operation retrieves the Lifestyle Asset Type for the specified id.
\n Purpose: Provides access to the Lifestyle Asset Types including id and type description." provider: naviplancentral method: GET path: "/api/LifestyleAssetTypes/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }