---
title: "Get a specific tenancy given its unique Object ID (OID)"
method: GET
path: "/v2/tier2/{shortName}/lettings/tenancies/{tenancyID}"
tags: ["LettingsController"]
---

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

`GET /v2/tier2/{shortName}/lettings/tenancies/{tenancyID}`

## Path parameters

- `shortName` string, required
- `tenancyID` string, required

## Response `200`

OK

- TenancyModel — Represents a single tenancy on a property structure. This class may be considered to be the context of the tenancy strategy pattern. The strategy is the tenancy service, that dictates the algorithm applied to the tenancy. This class therefore holds the raw data of a tenancy, and ignores any tenancy service (fully managed, let only) parameters.
  - `AdvertiseFrom` string, date-time — The date to advertise this tenancy from.
  - `Area` string — The area containing the instruction.
  - `BondRequired` number, double — The total bond required.
  - `Branch` string — The branch the tenancy is assigned to..
  - `ETag` string — A unique identifier defining the object and change revision.
  - `Furnished` 'Unfurnished' | 'PartFurnished' | 'Furnished' — The property furnished type.
  - `GlobalReference` string — The global reference for a tenancy.
  - `IsShareProperty` boolean — Is this property a shared property.
  - `IsStudentProperty` boolean — Is this property a student property.
  - `IsTenancyAdvertised` boolean — Gets a value indicating whether this tenancy is being advertised. Note that this will only return true while the tenancy has a valid advertise date. It will not return true in the proposed phase.
  - `IsTenancyProposed` boolean — Is the tenancy a proposed tenancy?
  - `MaximumTenants` integer — The maximum number of tenants to advertise for.
  - `MinimumTenants` integer — The minimum number of tenants to advertise for.
  - `OID` string — The unique Object ID (OID).
  - `RentAdvertised` number, double — The advertised amount of rent for the property.
  - `RentRecurrence` integer — The rent schedule recurrence
  - `RentSchedule` 'Once' | 'Daily' | 'Weekly' | 'Monthly' | 'Yearly' — The tenancy rent schedule
  - `TenancyProperty` string — The property linked to this tenancy.
  - `TenantSystemTypes` string[] — The specific tenant type list, or empty if for all types.
  - `TermMaximum` integer — The instruction maximum term.
  - `TermMinimum` integer — The minimum term.
  - `TermStart` string, date-time — The instruction start date.
  - `UtilityCouncilTax` 'Tenant' | 'Landlord' — Who's responsible for council tax bills.
  - `UtilityElectricity` 'Tenant' | 'Landlord' — Who's responsible for electricity bills.
  - `UtilityGas` 'Tenant' | 'Landlord' — Who's responsible for Gas bills.
  - `UtilityTelephone` 'Tenant' | 'Landlord' — Who's responsible for telephone bills.
  - `UtilityWater` 'Tenant' | 'Landlord' — Who's responsible for water bills.

---

[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)
