---
title: "Get Custom Field from Selected Property"
method: GET
path: "/properties-api/custom-fields/{propertyId}/{fieldId}"
tags: ["Custom Fields"]
---

# Get Custom Field from Selected Property

`GET /properties-api/custom-fields/{propertyId}/{fieldId}`

Retrieve a specific custom field for a select property using the custom field ID.

## Path parameters

- `propertyId` string, required
- `fieldId` string, required

## Response `200`

Returns the custom fields set on the specified property.

- object
  - `propertyId` string
  - `fieldId` string
  - `value` string
  - `fullText` string — If the value is a long text, the response will return a truncated version, and the complete text will be stored successfully.
  - `displayName` string
  - `key` string
  - `type` string
  - `options` string[]
  - `object` string — Custom field type
  - `isPublic` boolean

## 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/versions/7c62644070f2/schema)
