Skip to main content
Version: Next

VariableResponse

VariableResponse - represents a variable with id, name and value properties.

{
"id": string,
"name": string,
"value": string,
"draft": {
"value": string
},
"tenantId": string
}

Fields

VariableResponse.id ● string non-null

id of the variable

VariableResponse.name ● string non-null

variable name

VariableResponse.value ● string non-null

represents full variable value

VariableResponse.draft ● object non-null

represents draft value of variable

VariableResponse.tenantId ● string non-null

Indicates the Tenant ID associated with the returned variable

Returned by

Get variable GET