Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
POST /:object_type/:object_id/profiles/fields/:profile_structurefield_id

Where object_type and object_id describe the object you wish to get the profile values for.  The profile_structurefield_id can be retrieved by using GET /:object_type/profiles/fields endpoint. We currently support the following object types:

...

value_idIntegerInteger value used for type "lookup".
value_dateStringRequired for "date" and "date_time" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS
value_typeStringRequired for type "lookup". e.g "company" or "contract".
value_intIntegerInteger value used Required for type "integer"
valueStringRequired for all field types not handled by the other value_* fields.
_fieldsPartial StringAllows you to specify optional fields and linked objects to include in the response.

...