---
title: "A collection of all tenancies associated with this block, property or room"
method: GET
path: "/v2/tier2/{shortName}/property/properties/{propertyID}/tenancies"
tags: ["PropertyController"]
---

# A collection of all tenancies associated with this block, property or room

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

## Path parameters

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

## Query parameters

- `offset` integer, required
- `count` integer, required

## Response `200`

OK

- TenancyModelResults — Holds results from a paged query returning TenancyModel values
  - `Count` integer — The total number of results available for all pages
  - `Data` TenancyModel[] — The resulting data returned from the paged query range
    - `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)
