---
title: "OData end point to get a list of all available custom fields for an object"
method: GET
path: "/api/customfield"
tags: ["CustomField"]
---

# OData end point to get a list of all available custom fields for an object

`GET /api/customfield`

## Query parameters

- `objectType` 'Account' | 'Project' | 'Contact' | 'User' | 'Address', required

## Response `200`

OK

- CustomFieldDTO[]
  - `guid` string, uuid
  - `objectType` 'Account' | 'Project' | 'Contact' | 'User' | 'Address', required — Sets the object type this custom field relates to
  - `valueType` 'TextBox' | 'Date' | 'DateTime' | 'Number' | 'Currency' | 'TextEditor' | 'DropDownList' | 'Checkbox' | 'Contact', required — Sets the value type for this custom field. Will affect CustomFieldValues
  - `name` string, required
  - `isDeleted` boolean — 
  - `isRequired` boolean
  - `isDefault` boolean
  - `dropDownListValues` string — Comma separated list of values for ValueType 'dropDownList'.

---

[API](https://skmtc.net/practicepanther/apis/legacy-api-v1.md) · [All operations](https://skmtc.net/practicepanther/apis/legacy-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/practicepanther/legacy-api-v1/revisions/a444c5b1e78b/schema)
