v1
latestOpenAPI 3.1.02026-07-241630614.2 KBGetting a list field by its ID
This method allows to get a list of custom fields in the account.
get/api/v4/catalogs/{list_id}/custom_fields/{custom_field_id}
Path parameters
list_idinteger required
List ID
custom_field_idinteger required
Custom field ID
Response
200
Example response
{
"id": 3,
"name": "Phone",
"type": "multitext",
"account_id": 28805383,
"code": "PHONE",
"sort": 4,
"enums": [
{
"id": 1,
"value": "WORK",
"sort": 2
}
],
"is_predefined": true,
"entity_type": "contacts",
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/contacts/custom_fields/3"
}
}
}