Versions Compared

Key

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

Status
colourYellow
titleUNDER DEVELOPMENT

The following endpoint can be used to create an extension value for a given object.

...

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

...

Table of allowed parameters.

value_idIntegerRequired for "lookup" and "contributor" field types
value_dateStringRequired for "date", "date_time" and "certify" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS
value_intIntegerRequired for "int" field type.
value_typeStringRequired for "lookup" field type. e.g. "Company".
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.

Handling the response

Please see the list extension value endpoint for controlling the response.