---
title: "Property features"
method: GET
path: "/v2/property/features"
tags: ["PropertyFeatures"]
---

# Property features

`GET /v2/property/features`

Request to find property's features by a PropertyID, a GnafID or Address. Only one of `propertyId`, `gnafId`, or `address` should be provided.

## Query parameters

- `propertyId` string
- `gnafId` string
- `flatNumber` string
- `streetNumber` string
- `streetName` string
- `streetType` string
- `postcode` string
- `suburb` string
- `state` 'ACT' | 'NSW' | 'NT' | 'QLD' | 'SA' | 'TAS' | 'VIC' | 'WA' | 'OT'

## Response `200`

Successfully found compatable property

- PropertyEnrichmentV2PropertyFeatures
  - `propertyId` string
  - `addressComponents` PropertyEnrichmentV2AddressBasic — Address of property
    - `flatNumber` string, nullable
    - `streetNumber` string
    - `streetName` string
    - `streetType` string, nullable
    - `streetTypeLong` string, nullable
    - `suburb` string
    - `postcode` string
    - `state` string
  - `features` object
    - `solarPvSystem` boolean
    - `solarHotWater` boolean
    - `pool` boolean
    - `tennisCourt` boolean
    - `heating` boolean
    - `heatingGas` boolean
    - `airConditioning` boolean
    - `airConditioningDucted` boolean
    - `alarmSystem` boolean
    - `vacuumSystem` boolean
    - `intercom` boolean
    - `spa` boolean
    - `waterTank` boolean
    - `greyWaterSystem` boolean
    - `builtInRobes` boolean
    - `deck` boolean
    - `courtyard` boolean
    - `shed` boolean
    - `fullyFenced` boolean
    - `openFirePlace` boolean
    - `floorboards` boolean
    - `gym` boolean
    - `openPlanLiving` boolean
    - `study` boolean
    - `balcony` boolean
    - `rumpusRoom` boolean
    - `workshop` boolean
    - `remoteGarage` boolean
    - `primaryRoofMaterial` string, nullable

## Other responses

- `300` — Successfully found multiple compatable properties
- `400` — Bad request
- `401` — Unauthorized
- `404` — Not Found
- `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/cc7620662261/schema)
