v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Room Photos

Retrieve a Room Photo by ID

Get a room photo mapping for a photo, including photo id, space id and photo URL

get/properties-api/room-photos/photos/{photoId}

Path parameters

photoIdstring required

The id of the photo to set spaceId to

Response

Get room photo mapping for a specific photo, including photo ID, space ID, and photo URL.

_idstring
accountIdstring
spaceIdstring
photoIdstring
photoUrlstring

Example response

{
  "_id": "5d9e9f4a6d5b2e0017b6d5b2",
  "spaceId": "545774fe76e5da340bf915e8",
  "photoUrl": "https://image.com",
  "photoId": "145774fe76e5da340bf915e2",
  "accountId": "345774fe76e5da340bf915e3"
}