---
title: "Fetch all possible field definitions."
method: GET
path: "/v2/fielddefinitions"
tags: ["FieldDefinitions"]
---

# Fetch all possible field definitions.

`GET /v2/fielddefinitions`

## Query parameters

- `type` 'booking' | 'property' | 'account' | 'owner' | 'contact' — The type of records to which this field applies.
- `active` boolean, nullable

## Response `200`

- PageableListOfFieldDefinitionModel — Represents a single page plus meta data for a collection of records.
  - `items` FieldDefinitionModel[] — The subset of records for the current page in the collection.
    - `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.
  - `limit` integer — The maximum number of records per page.
  - `next_page_url` string — URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.
  - `offset` integer — The current offset from the start of the collection.
  - `count` integer — The total number of records in the collection.

---

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