---
title: "View Properties in Portfolio - Detailed"
method: GET
path: "/v1/propertyradar/portfolio/{PortfolioId}/properties"
tags: ["PropertyRadar"]
---

# View Properties in Portfolio - Detailed

`GET /v1/propertyradar/portfolio/{PortfolioId}/properties`

List property and gnaf id's with details for an existing portfolio, along with market status and last listed information. Results are returned one page at a time, with a default page size of 500000 records. Records are returned in alphabetical order, with Property ID's first followed by GNAF ID's.For PageSize greater than 10000, please don't use Domain Portal UI

## Path parameters

- `PortfolioId` string, required

## Query parameters

- `Page` integer
- `PageSize` integer

## Response `200`

List of property and gnaf id's

- object
  - `Data` object
    - `PortfolioId` string
    - `Properties` object
      - `PropertyIds` object[]
        - `PropertyId` string
        - `MarketStatus` 'on-market' | 'off-market' | 'null', nullable — Whether the property is currently on the market. "null" = unknown
        - `SaleRentFlag` 'sale' | 'rent' | 'null', nullable — if MarketStatus = "on-market", then whether the property is for sale or rent, otherwise "null"
        - `LastListedDate` string, date, nullable — if MarketStatus = "on-market", then the date when the property was listed for sale or rent, otherwise "null"
      - `GnafIds` object[]
        - `GnafId` string
        - `MarketStatus` 'on-market' | 'off-market' | 'null', nullable — Whether the property is currently on the market. null = unknown
        - `SaleRentFlag` 'sale' | 'rent' | 'null', nullable — if MarketStatus = "on-market", then whether the property is for sale or rent, otherwise "null"
        - `LastListedDate` string, date, nullable — if MarketStatus = "on-market", then the date when the property was listed for sale or rent, otherwise "null"
  - `Pagination` object
    - `Total` integer — The total number of property and gnaf id's in the portfolio
    - `Page` integer — Current page being returned
    - `PageSize` integer — The maximum number of property + gnaf id's per page
    - `TotalPages` integer — The total number of available pages of data
    - `PrevPage` string, nullable — A link to the previous page of data (if applicable)
    - `NextPage` string, nullable — A link to the next page of data (if applicable)

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/839de6c29cc3/schema)
