Entity Custom IDs

The entity_custom_ids table contains data about custom identifiers added to entities in the organization.

This table can be used to determine which identifiers are attached to which entities, as well as metadata about the identifier such as when it was created.

Columns

Column Name Description Type Nullable
id The numerical identifier of the object. INT8 No
entity_id The numerical identifier of the entity this ID is attached to. Relates to the id column in the entities table. INT8 No
custom_id_type_id The numerical identifier of the identifier type for this identifier. Relates to the id column in the custom_id_types table. INT8 Yes
value The value of this identifier. VARCHAR No
created_at The UTC timestamp when this object was created. TIMESTAMP No
updated_at The UTC timestamp when this object was updated. TIMESTAMP No