Skip to main content
Version: Next

Get a variable

GET 

/v1/variables/:variableId

Get the variable details by variable id.

Request

Path Parameters

    variableId stringrequired

    The ID of the variable.

Responses

On success returned.

Schema
    id string

    The ID of the variable

    name string

    The name of the variable

    value string

    The full value of the variable

    draft object

    The draft value of the variable

    value string
    tenantId string

    The tenant ID associated with the variable

Loading...