...
id | unsigned | The profile field id. This can be used on other endpoints that accept the profile_value_id. For example, the update profile value endpoint accepts this as a url path parameter. |
---|---|---|
field_type | string | The profile field type for this value. This can be 'text','integer','decimal','date','date_time','currency','lookup','structure','select','multi_select','hyperlink' |
field_name | string | The extension field name assigned to it by you. e.g "My awesome custom field". |
options | array | The options for 'select' or 'multi_select' field type. |
link_id | unsigned | If the ID of the object the profile value is against. |
link_type | string | The type of object the profile is against. e.g, job, contract, prospect or issue. |
required | string | This indicates whether this profile field is required for the object. |
lookup_type | string | When lookup this will contain the lookups type. e.g, "company" |
exported | string | This indicates whether this profile field can be exported. |
descrioption | string | The description about this profile field. |