Skip to main content

List all variables.

POST 

/storage/globalvariables/list

Lists all variables that the user has created before and not yet deleted.

Request

Bodyrequired

    object

Responses

Success

Schema
    variables object[]required

    The list of variables for this user.

  • Array [
  • variableNamestringrequired

    The name of the variable.

    Example: myVariable
    variableValuestringrequired

    The value of the variable.

    Example: myValue
  • ]