...
value_id | Integer | Integer value used for type "lookup". |
---|---|---|
value_date | String | Required for "date" and "date_time" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS |
value_type | String | Required for type "lookup". e.g "company" or "contract". |
value_int | Integer | Integer value used Required for type "integer" |
value | String | Required for all field types not handled by the other value_* fields. |
_fields | Partial String | Allows you to specify optional fields and linked objects to include in the response. |
...