CustomField

Example:

[
{
    "fieldId": "52d3c1b32c613b40c5797627",
    "fieldLabel": "Division",
    "valueId": "4b5716a0-9095-4caa-b583-3b03c8ded8c0",
    "valueLabel": "Sales EMEA"
}
]

Fields description

  <th>
    Type
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    string
  </td>

  <td>
    unique string id associated with custom field instance
  </td>
</tr>

<tr>
  <td>
    fieldLabel
  </td>

  <td>
    string
  </td>

  <td>
    user friendly label describing custom field instance
  </td>
</tr>

<tr>
  <td>
    valueId
  </td>

  <td>
    string
  </td>

  <td>
    unique string id associated with custom field value
  </td>
</tr>

<tr>
  <td>
    valueLabel
  </td>

  <td>
    string
  </td>

  <td>
    user friendly label describing custom field value
  </td>
</tr>
Name
fieldId