Summary
Get all tree variables
Description
Returns a list all associated variable names and values for a given tree.
Route
GET /golden_config/treeVariables/:treeId
Roles
            admin
engineering
support
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| treeId | string | yes | Id of the current tree | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| treeVariables | object | The tree with a list of variable names and their respective values |