---
title: "GET /api/RealEstateAssets/{id}"
method: GET
path: "/api/RealEstateAssets/{id}"
tags: ["RealEstateAssets"]
---

# GET /api/RealEstateAssets/{id}

`GET /api/RealEstateAssets/{id}`

Description: This operation retrieves a single Real Estate Asset for the specified Real Estate Asset ID.<br />
              Purpose: Provides access to the Real Estate Asset including description and market value.

## Path parameters

- `id` integer, required

## Response `200`

Success

- RealEstateAssetWithIdModel
  - `description` string
  - `externalDestinationId` string
  - `factFinderId` integer
  - `frequency` integer
  - `links` ObjectLink[]
    - `href` string
    - `rel` string
  - `marketValue` number, double
  - `owner` 'Client' | 'CoClient' | 'Joint'
  - `purchaseAmount` number, double
  - `purchaseDate` string, date-time
  - `realEstateAssetId` integer
  - `rentalIncome` number, double

## Other responses

- `400` — The request is invalid.
- `401` — Unauthorized for Real Estate Asset data access.
- `403` — Request is restricted for access to Real Estate Asset.
- `404` — Real Estate Asset not found.

---

[API](https://skmtc.net/naviplancentral/apis/factfinder.md) · [All operations](https://skmtc.net/naviplancentral/apis/factfinder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naviplancentral/factfinder/versions/742a3b481a91/schema)
