---
title: "Get a specific property given its unique Object ID (OID)"
method: GET
path: "/v2/tier2/{shortName}/property/properties/{propertyID}"
tags: ["PropertyController"]
---

# Get a specific property given its unique Object ID (OID)

`GET /v2/tier2/{shortName}/property/properties/{propertyID}`

## Path parameters

- `shortName` string, required
- `propertyID` string, required

## Response `200`

OK

- PropertyModel — Stores the 'Sales' type fields for property ownable as a stepping stone to a full on BO when we finally get the go ahead to write sales!!
  - `Area` string — The area the property is located in.
  - `Branch` string — The branch the block, property or room is assigned to
  - `Description` string — The block, property or room description.
  - `ETag` string — A unique identifier defining the object and change revision.
  - `FullAddress` string — The full address of a block, property or room, formatted with line breaks such that it may be used on a letter directly.
  - `GlobalReference` string — The global reference to this block, property or room
  - `MainPhoto` string — Gets the main photo, if there is one.
  - `ManagedByStaff` string — The staff memeber that manages the block, property or room
  - `OID` string — The unique Object ID (OID).
  - `PropertySource` string — The block, property or room source type
  - `PropertyType` 'House' | 'FlatApartment' | 'Bungalow' | 'Land' | 'HouseFlatShare' | 'GarageParking' | 'CommercialProperty' | 'Block' | 'TerracedHouse' | 'EndTerraceHouse' | 'SemiDetachedHouse' | 'DetachedHouse' | 'SemiDetachedBungalow' | 'TownHouse' | 'Cottage' | 'ServicedApartment' | 'Studio' | 'Apartment' | 'Barn' | 'FarmHouse' | 'Penthouse' | 'BuildingPlot' | 'DetachedBungalow' | 'LinkDetached' | 'MidTerracedBungalow' | 'LandResidential' — The block or property type.
  - `RoomName` string — The room name (if applicable).
  - `VideoURL` string — URL of the video linked to the property

---

[API](https://skmtc.net/letmc/apis/basic-tier.md) · [All operations](https://skmtc.net/letmc/apis/basic-tier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letmc/basic-tier/versions/6809a428158c/schema)
