Команда
Запрос
Дополнительные предварительные действия

tree_get_request

"command":
            {
                "plm_type_code":${dimensions},
                "state":${tree_get_request}
            }


Response
Parameter

tree_get_response

"command" : {
                "plm_type_code" : ${dimensions},
                "state" : ${tree_get_response},
		    	"command_id": string, // идентичикатор команды
                "module_id": string,  // идентификатор модуля  
	            "nodes": [
                    {
                        "id": string, // идентификатор узла деревеа
                        "type": string, // тип узла: dimension, measure, group
                        "name": string, // название узла
                        "dimension": string // идентификатор для размерностей
                    }, 
             }
  • Нет меток