---
title: "Get the list of Contact custom fields"
method: GET
path: "/contacts/fields/custom"
tags: ["Contact API:Lists"]
---

# Get the list of Contact custom fields

`GET /contacts/fields/custom`

## Response `200`

List of contact custom field definitions

- CustomFieldListRepresentation
  - `items` CustomFieldModel[], nullable
    - `fieldId` integer, required
    - `name` string, required
    - `type` 'Text' | 'List' | 'Date' | 'Lookup' | 'Url', string, required — The type of value a custom field expects
    - `mandatory` boolean, nullable — Field is mandatory and a value must be provided
    - `maxLength` integer, nullable — Maximum length of a text field
    - `multiLine` boolean, nullable — Text field can contain a multi-line value
    - `multiSelect` boolean, nullable — List field allows multiple selections
    - `values` string[], nullable — Available values for a list custom field
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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