Jump to content

Custom fields object

The customFields data object

{
  "dataType": "TEXT",
  "fieldName": "my custom field",
  "metadata": {
    <metadata object>
  },
  "template": {
    <customFieldTemplate object>
  },
  "value": "my custom value"
}

id

Unique string identifying the object. This property is always set.


Recent Contributors To This Page