Selectionoption
Represents the information related to the options of a selection custom field definition.
availableOptions object[]required
The list of options that that are available for the dependent selection custom field value based on the selected parent custom field value.
Array [
scorenumber
The score of the option.
selectionIdstringrequired
The system-generated ID of the option.
valuestringrequired
The name of the option.
]
forSelectionIdstring
The ID for the parent selection custom field value. Can only be set if the custom field has the dependent field defined.
Selectionoption
{
"availableOptions": [
{
"score": 0,
"selectionId": "string",
"value": "string"
}
],
"forSelectionId": "string"
}