Get Field Value
GET /fields/{column_id}/values
Read a single custom column value for one contact or company row.
The read-side counterpart of PATCH /fields/{column_id}/values. Resolves
column_id to the underlying column_name_db from dynamic_columns
(scoped by object_type so a contacts column can’t be read through the
companies path), then selects that one value from mashup_contact_attrs
(or mashup_company_attrs for companies).
Returns value: null when the column exists but has never been set for
that row. Returns 404 when the column or the record does not exist.
Backwards-compat: this is a brand-new route; no existing surface changes.
Custom column VALUES are also surfaced inline on the contact/company read
endpoints when include_custom_fields=true is passed.
Authorizations
Parameters
Path Parameters
Column ID from g8_list_fields or g8_create_field
Column ID from g8_list_fields or g8_create_field
Query Parameters
Contact ID (entity=‘contacts’) or company ID (entity=‘companies’)
Contact ID (entity=‘contacts’) or company ID (entity=‘companies’)
Target entity: ‘contacts’ or ‘companies’
Target entity: ‘contacts’ or ‘companies’
Header Parameters
Responses
200
Successful Response
object
422
Validation Error