---
title: "A collection of all properties within a company"
method: GET
path: "/v2/tier2/{shortName}/property/properties"
tags: ["PropertyController"]
---

# A collection of all properties within a company

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

## Path parameters

- `shortName` string, required

## Query parameters

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

## Response `200`

OK

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