---
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

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `Fields_Get2` removed and replaced with `get-fields-id`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/fields/:id/get.md)

---

[API](https://skmtc.dev/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.dev/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/revisions/007c845adb89/schema)
