---
title: "GET /properties/{uuid}"
method: GET
path: "/properties/{uuid}"
---

# GET /properties/{uuid}

`GET /properties/{uuid}`

show room with the given uuid

## Path parameters

- `uuid` string, required

## Query parameters

- `languages` string[]

## Headers

- `x-sm-api-id` string, required
- `x-sm-api-key` string, required

## Response `200`

successful

- object
  - `name` string
  - `address` string
  - `suburb` string
  - `state` string
  - `country` string
  - `latitude` number
  - `longitude` number
  - `phoneNumber` string
  - `emailAddress` string
  - `propertyType` TranslationText[]
    - `text` string, required
    - `language` string, required
  - `description` TranslationText[]
    - `text` string, required
    - `language` string, required
  - `language` string
  - `starRating` number
  - `currency` string
  - `amenities` TranslationText[]
    - `text` string, required
    - `language` string, required
  - `unitsOfMeasurement` string — The units of measurement used for the property (m^2 or ft^2)
  - `totalCommissionPercentage` number
  - `siteminderCommissionPercentage` number
  - `channelCommissionPercentage` number
  - `licenses` object[]
    - `licenseType` 'property' | 'room', required
    - `licenseNumber` string, required
    - `licenseIssueDate` string, required
  - `checkinStartTime` string
  - `checkinEndTime` string
  - `checkoutEndTime` string
  - `photos` object[]
    - `url` string
    - `position` integer
    - `captions` TranslationText[]
      - `text` string, required
      - `language` string, required
  - `acceptedCardTypes` string[]
  - `taxes` object[]
    - `name` string, required
    - `taxType` 'percentage' | 'fixed', required
    - `rate` number, required
    - `application` 'per-room-per-night' | 'per-stay', required
  - `fees` object[]
    - `name` string, required
    - `feeType` 'percentage' | 'fixed', required
    - `rate` number, required
    - `application` 'per-room-per-night' | 'per-stay', required
  - `roomTypes` object[]
    - `name` TranslationText[]
      - `text` string, required
      - `language` string, required
    - `uuid` string
    - `roomArea` string
    - `photos` object[]
      - `url` string
      - `position` integer
      - `captions` TranslationText[]
        - `text` string, required
        - `language` string, required
    - `description` TranslationText[]
      - `text` string, required
      - `language` string, required
    - `bedConfigurations` object[]
      - `text` string, required
      - `language` string, required
      - `quantity` number, required
    - `amenities` TranslationText[]
      - `text` string, required
      - `language` string, required
    - `views` TranslationText[]
      - `text` string, required
      - `language` string, required
    - `maxAdults` number
    - `maxChildren` number
    - `maxOccupancy` number
    - `roomRates` object[]
      - `uuid` string
      - `ratePlanUuid` string
      - `ratePlanName` string
      - `breakfastIncluded` boolean
      - `cancellationPolicy` object
        - `policyType` 'non-refundable' | 'free-cancellation'
        - `freeCancellationUntilDays` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Unauthorized
- `404` — The specified resource was not found
- `429` — The number of requests for the last 5 minutes window has reached the limit for the given channel
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/siteminder/apis/pmsx-core-api.md) · [All operations](https://skmtc.net/siteminder/apis/pmsx-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siteminder/pmsx-core-api/versions/4cf21cbc07ec/schema)
