object

CustomField

Object containing details of custom field.
Fields
Unique identifier of an entry.
namespace
String
Namespace under which custom field is present.
Unique identifier for a custom field.
resource
String
Type of an entity under which custom field is defined.
resource_id
String
Unique identifier for the entity under which custom field is defined.
creator
String
Denotes where the custom field has been defined - within a company or within a sales channel.
Array containing values of custom field.
type
String
The type type of custom field.
company_id
String
Unique Identifier for a company.
definition_id
String
Unique identifier for a custom field definition.
created_by
String
Details of the owner of custom field creator.
created_at
String
Timestamp which represent the time when data was created.
updated_at
String
Timestamp which represent when was the last time when data was updated.
application_id
String
Application ID - Identifier for a Sales channel.
has_invalid_values
Boolean
Whether the custom field has invalid values.
invalid_value_errors
[String]
Array denoting if there's a validation failure on a custom field inside a custom object.
is_deleted
Boolean
Whether the custom field definition is deleted.
multi_value
Boolean
Whether custom field can have multiple values or not.