---
title: "Fetch a field definition."
method: GET
path: "/v2/fielddefinitions/{id}"
tags: ["FieldDefinitions"]
---

# Fetch a field definition.

`GET /v2/fielddefinitions/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the field definition.

- FieldDefinitionModel
  - `id` integer — The ID of this record.
  - `code` string — The field code without any prefix. E.g. "F1".
  - `description` string
  - `full_code` string — The fully qualified field code as used in templates. E.g. "BXF1".
  - `name` string
  - `type` 'booking' | 'property' | 'account' | 'owner' | 'contact' — The type of records to which this field applies.

---

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