Skip to main content
Version: Next

TaskVariables

Filter task by Variables

{
"name": string,
"value": string,
"operator": Operator
}

Fields

TaskVariables.name ● string non-null

The name of the variable

TaskVariables.value ● string non-null

The value of the variable. When specifying the variable value, it's crucial to maintain consistency with JSON values (serialization for the complex objects such as list) and ensure that strings remain appropriately formatted.

TaskVariables.operator ● Operator non-null enum

Define the search operator to use for the variable

Member of

TaskSearchRequest object