Fields
id
StringUnique identifier of an entry.
namespace
StringNamespace under which custom field is present.
key
StringUnique identifier for a custom field.
resource
StringType of an entity under which custom field is defined.
resource_id
StringUnique identifier for the entity under which custom field is defined.
creator
StringDenotes where the custom field has been defined - within a company or within a sales channel.
value
CustomFieldValueArray containing values of custom field.
type
StringThe type type of custom field.
company_id
StringUnique Identifier for a company.
definition_id
StringUnique identifier for a custom field definition.
created_by
StringDetails of the owner of custom field creator.
created_at
StringTimestamp which represent the time when data was created.
updated_at
StringTimestamp which represent when was the last time when data was updated.
application_id
StringApplication ID - Identifier for a Sales channel.
has_invalid_values
BooleanWhether 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
BooleanWhether the custom field definition is deleted.
multi_value
BooleanWhether custom field can have multiple values or not.
Was this section helpful?