---
title: "List All Room Photos per Property"
method: GET
path: "/properties-api/room-photos/property/{propertyId}"
tags: ["Room Photos"]
---

# List All Room Photos per Property

`GET /properties-api/room-photos/property/{propertyId}`

Retrieve a list of all room photo mappings for each property, including photo ID, space ID, and photo URL.

## Path parameters

- `propertyId` string, required

## Response `200`

Returns a list of all property room photo mappings, including photo ID, space ID and photo URL.

- object
  - `propertyId` string
  - `roomPhotos` object[] — An array containing a list of all property room photo mappings, including photo ID, space ID and photo URL.
    - `_id` string
    - `accountId` string
    - `spaceId` string
    - `photoId` string
    - `photoUrl` string

## Other responses

- `403` — Unauthorized Request.
- `404` — Property not found.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/revisions/7c62644070f2/schema)
