Skip to main content

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.

oneOf
string
CustomFieldResponseDto
{
"id": "string",
"fieldName": "string",
"fieldValue": "string"
}