Field Object

The custom fields object returned within the fields property from the company object.

NameSummary
idThe id of the custom field.
nameThe field display name.
valueThe value of the field. This could be a Boolean, name of a field item, or content depending on the field type.
value_idIf this was a list item, will return the id of that field list item.
type_idThe type id of the field. Each type will have a unique id assigned.
typeThe type name of the field. i.e. dropdown, checkbox, textbox, etc ..