Skip to main content
GET
/
v1.0
/
teamFeatures
/
listCustomField
List Custom Fields
curl --request GET \
  --url https://api.lofty.com/v1.0/teamFeatures/listCustomField \
  --header 'Authorization: <authorization>'
[
  {
    "attributeName": "<string>",
    "attributeType": "number, text, date, single_select, multi_select, percentage, currency",
    "value": "<string>",
    "params": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Response

Lead custom field definitions for the team.

attributeName
string
required

The name of this custom field

attributeType
string
required

The type of the field

Example:

"number, text, date, single_select, multi_select, percentage, currency"

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",...]}