PHP API

I need to take all raws which contain “K92-2” (it can be K92-2, K92-2-U, K92-2-W). Some time its just one raw some time its two.

$ARRAY = $API->comm(“/queue/simple/print”, array(
“?name” => "$result

"
	));
	
That code return data just if $result[code] its exact string otherwise id doesn't return anything
 
 I need something like	  "?<name" => "$result[code]*"
$result[code] plus (ANY SYMBOLS) or just $result[code]

Not possible yet.

You need to get all items, loop over them, and check each one.

ok will make 2 different request ( …