---
title: "Get custom field definitions"
method: GET
path: "/customFieldDefinition/{parentObjectType}"
tags: ["Custom Field"]
---

# Get custom field definitions

`GET /customFieldDefinition/{parentObjectType}`

Returns all custom field definitions for a specific parent object type

## Path parameters

- `parentObjectType` string, required

## Response `200`

successful operation

- CustomFieldDefinitionJson[]
  - `id` string
  - `parentObjectType` 'ACCOUNT' | 'ORDER' | 'ORDER_ITEM' | 'PLAN' | 'CHARGE' | 'INVOICE' | 'SALES_ROOM' | 'SUBSCRIPTION' | 'SUBSCRIPTION_ITEM' | 'OPPORTUNITY'
  - `fieldType` 'STRING' | 'PICKLIST' | 'MULTISELECT_PICKLIST'
  - `fieldName` string
  - `fieldLabel` string
  - `options` string[]
  - `required` boolean
  - `createdOn` integer
  - `updatedOn` integer
  - `defaultValue` CustomFieldDefault
    - `value` string
    - `selections` string[]

---

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