v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Team Features

List Custom Fields

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

get/v1.0/teamFeatures/listCustomField

Headers

Authorizationstring required

Bearer [access_token]

Response

Lead custom field definitions for the team.

attributeNamestring required

The name of this custom field

attributeTypestring required

The type of the field

valuestring 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

paramsstring

options for select, such as {"option":["item1","item2",...]}

Example response

[
  {
    "attributeType": "number, text, date, anniversary_date, single_select, multi_select, percentage, currency"
  }
]