---
title: "List Custom Fields"
method: GET
path: "/v1.0/teamFeatures/listCustomField"
tags: ["Team Features"]
---

# List Custom Fields

`GET /v1.0/teamFeatures/listCustomField`

Returns the lead-level custom field definitions configured on the caller's team. Use the returned IDs when populating custom field values on leads.

## Headers

- `Authorization` string, required

## Response `200`

Lead custom field definitions for the team.

- CustomAttribute[]
  - `attributeName` string, required — The name of this custom field
  - `attributeType` string, required — The type of the field
  - `value` string, required — The content of the field for lead, value for multi-select,such as "[\"item1\",\"item2\s",...]" .It's unnecessary when adding a new custom field for team
  - `params` string — options for select, such as {"option":["item1","item2",...]}

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
