Skip to main content

Get a global variable.

POST 

/storage/globalvariables/get

The user can only access a global variable that they created themselves.

Request

Header Parameters

    ipaas string

Bodyrequired

    variableNamestringrequired

    The name of the variable to get.

    Example: myVariable

Responses

Success

Schema
    variableNamestringrequired

    The variable name.

    Example: myVariable
    variableValuestringrequired

    The variable value.

    Example: myValue