Skip to main content
Version: 8.2

VariableResponse

VariableResponse - represents a variable.

{
"id": string,
"name": string,
"value": string,
"isValueTruncated": boolean,
"previewValue": string
}

Fields

VariableResponse.id ● string non-null

id of the variable

VariableResponse.name ● string non-null

variable name

VariableResponse.value ● string non-null

full variable value

VariableResponse.previewValue ● string non-null

value preview (limited to 8191 characters)

VariableResponse.isValueTruncated ● boolean non-null

shows, whether previewValue contains truncated value or full value

Returned by

Search task variables POST  ●  Get variable GET