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