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

# GET /api/RealEstateAssets

`GET /api/RealEstateAssets`

Description: This operation retrieves all Real Estate Assets for the specified Fact Finder ID.<br />
              Purpose: Provides access to the Real Estate Assets including description and market value.

## Query parameters

- `factFinderId` integer, required

## Response `200`

Success

- RealEstateAssetsModel
  - `realEstateAssets` 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)
