Scripted rest api with queryParams does not get correct order of param
I create Api endpoint by Rest scripted api with application/x-www-form-urlencoded content-type and using queryParams to get all parameters, but its order is not corrent. Back in past, I use Processors and use getParameterNames and it work correctly....