CustomFieldResponseDto
idstringrequired
The unique identifier of the custom field.
fieldNamestringrequired
The name of the custom field.
fieldValue objectnullablerequired
The value of the custom field, which can be either a string or a number.
- string
- number
string
number
CustomFieldResponseDto
{
"id": "string",
"fieldName": "string",
"fieldValue": "string"
}