VariableResponse
VariableResponse - represents a variable with id, name and value properties.
- Schema
 - Example value
 
{
  "id": string,
  "name": string,
  "value": string,
  "draft": {
    "value": string
  },
  "tenantId": string
}
{
  "id": "<id>-<var_name>",
  "name": "<var_name>",
  "value": "\"stringVariableValue\"",
  "draft": {
    "value": "\"draftValueOfVariable\""
  },
  "tenantId": "<tenant_ID>"
}
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