---
title: "A collection showing all the photos linked to a specific block, property or room"
method: GET
path: "/v2/tier2/{shortName}/property/properties/{propertyID}/photos"
tags: ["PropertyController"]
---

# A collection showing all the photos linked to a specific block, property or room

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

## Path parameters

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

## Query parameters

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

## Response `200`

OK

- PhotoModelResults — Holds results from a paged query returning PhotoModel values
  - `Count` integer — The total number of results available for all pages
  - `Data` PhotoModel[] — The resulting data returned from the paged query range
    - `ETag` string — A unique identifier defining the object and change revision.
    - `FileName` string — The file name.
    - `InspectionItem` string — The inspection item the photo is assigned to (if applicable).
    - `InterimInspection` string — The inspection the photo is assigned to (if applicable).
    - `InventoryItem` string — The inventory item the photo is assigned to (if applicable).
    - `Name` string — The photo name.
    - `OID` string — The unique Object ID (OID).
    - `PhotoNumber` integer — The photo ordering number
    - `PhotoType` 'Photo' | 'Map' | 'FloorPlan' | 'SiteMap' | 'AerialPhoto' — The photo type.
    - `Property` string — The property the photo is assigned to.
    - `Room` string — The room the photo is assigned to. (If applicable)

---

[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/revisions/6809a428158c/schema)
