getParsedBodyParam('repeatingColumns'); $newTable = $request->getParsedBodyParam('newTable'); $newColumn = $request->getParsedBodyParam('newColumn'); $primaryColumns = $request->getParsedBodyParam('primary_columns'); $res = $this->normalization->moveRepeatingGroup( $repeatingColumns, $primaryColumns, $newTable, $newColumn, $GLOBALS['table'], $GLOBALS['db'], ); $this->response->addJSON($res); } }