---
title: "Get existing property description"
method: GET
path: "/properties/{propertyId}/description"
tags: ["Property Description API"]
---

# Get existing property description

`GET /properties/{propertyId}/description`

## Path parameters

- `propertyId` integer, required

## Response `default`

default response

- ApiResponsePropertyDescription
  - `data` PropertyDescription
    - `text` string, required
    - `language_code` string
    - `last_update` string
  - `warnings` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `errors` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `meta` ResponseMeta
    - `ruid` string

---

[API](https://skmtc.net/booking/apis/property-api.md) · [All operations](https://skmtc.net/booking/apis/property-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/property-api/revisions/491461b029b5/schema)
