v1

latestOpenAPI 3.0.42026-08-04108409993.8 KB
PropertyRadar

View Single Property in Portfolio - Detailed

Show market status and last listed information for a single property in a portfolio.

get/v1/propertyradar/portfolio/{PortfolioId}/properties/gnaf/{GnafId}

Path parameters

PortfolioIdstring required
GnafIdstring required

Response

Property market status details

PropertyIdstring
GnafIdstring
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"

LastListedDatestring date nullable

if MarketStatus = "on-market", then the date when the property was listed for sale or rent, otherwise "null"

Example response

{
  "PropertyId": "AB-2872-NY",
  "GnafId": "GANSW110266652",
  "MarketStatus": "on-market",
  "SaleRentFlag": "sale",
  "LastListedDate": "2024-04-20"
}