Custom fields list of a list

This method allows to get a list of list custom fields .

Limitations
The method is available for all account users.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters
The method returns an array of custom field objects. The properties of the custom field object are listed below. Object properties differ depending on the entity.

ParameterData typeDescription
idintField ID
namestringField name
codestringField code that can be used to update the value of the field without passing the field ID in the request.
sortintField sorting
typeintField type
entity_typestringEntity type (leads, contacts, companies,catalogs)
remindstring|nullBirthday reminders setting (never, day – day before the event, week – week before the event, month – month before the event). This value is available only for the birthday type field. This parameter is returned only when getting a list of lead, contact, or company fields.
enumsarray|nullAvailable field values array. Only available for the fields with enum values.
enums[0]objectAvailable field value model
enums[0][id]intValue ID
enums[0][value]stringValue
enums[0][sort]intValue sorting
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!