Skip to main content

Availableoption

Represents one option of a selection custom field definition.

scorenumber

The score of the option.

selectionIdstringrequired

The system-generated ID of the option.

valuestringrequired

The name of the option.

Availableoption
{
"score": 0,
"selectionId": "string",
"value": "string"
}