---
title: "Fetch a field."
method: GET
path: "/v2/fields/{id}"
tags: ["Fields"]
---

# Fetch a field.

`GET /v2/fields/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the field.

- FieldModel
  - `id` integer — The ID of this record.
  - `entity_id` integer
  - `entity_type` 'booking' | 'property' | 'quote' | 'user' | 'guest' | 'owner' — Entity types that support custom fields. This is a subset of EntityType enum values for entities that implement IFieldableEntity. Values must match the corresponding EntityType enum values to allow for translation.
  - `field_definition_id` integer
  - `value` string

---

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