---
title: "Property images"
method: GET
path: "/v1/properties/images"
tags: ["Properties"]
---

# Property images

`GET /v1/properties/images`

Search for a specific property and provide property images from latest sale/rental activity if found. Supply either propertyId, gnafId or all address fields (with flatNumber optional)

## Query parameters

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

## Response `200`

Property matching specified criteria was found

- PropertyEnrichmentV2ImageResults
  - `propertyId` string — Unique ID for the property
  - `addressComponents` PropertyEnrichmentV2PropertyAddressV2 — Address of property
    - `flatNumber` string, nullable
    - `streetNumber` string, required
    - `streetName` string, required
    - `streetType` string, nullable
    - `streetTypeLong` string, nullable
    - `suburb` string, required
    - `postcode` string, required
    - `state` string, required
  - `adverts` PropertyEnrichmentV2ImageUrl[]
    - `advertId` integer — Internal Domain advertisement identifier
    - `advertDate` string, date, nullable — The date when advertisement was created in YYYY-MM-DD format
    - `images` object[]
      - `imageUrl` string — URL of image source
      - `imageType` 'ListingPhoto' | 'OldFloorPlanPhoto' | 'NewFloorPlanPhoto' | 'BuildingPhoto' | 'NewDevelopmentLandPhoto' | 'NewDevelopmentLumierePhoto' | 'NewDevelopmentFeaturedPhoto' | 'ConjunctionAgentLogo' | 'NewDevelopmentRegionalPhoto' | 'AdvertiserImage' | 'YouWishClip' | 'AgentCarousel' | 'DevelopmentProjectGalleryPhoto' | 'DevelopmentProjectAdvertisementPhoto'

## Other responses

- `300` — Multiple records found
- `400` — Bad request
- `401` — Unauthorized
- `404` — A property with the specified ID was 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)
