An object is a table: Contacts, Companies, Deals, or anything your workspace
defines. Its properties are its columns. Read an object before writing to it:
the property types decide what values records will
accept.
The property’s choices, present only on select, status and multi-select properties that have any. Absent on every other type, and absent when none were loaded.A record stores the option’s id, not its label, so a select field reads back as ["opt_7Fd2yL8nR1"]. Use this list to render that as a label, and to offer the values a write may set. Writes accept either the id or the label, matched case-insensitively.
Display order within the property. The list is returned in this order.
The retrieve endpoint takes the object’s id or its key, the same as the
record endpoints. GET /v1/objects/contacts and
GET /v1/objects/obj_3Ab9xK2mQ7 return the same object.
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.