API Command using / as parameter and not as Space

I’m trying to send the following sentence to Mikrotik OS trough the API …

/queue/simple/print/from=[find/target-addresses=10.6.5.2/32]

In Normal Console will be something similar to:

print from=[find target-addresses=10.6.5.2/32]


This sentence trough api is not working and I think it´s because I’m using the “/” in ip address and finally he api is interpreting this like a space…

Someone knows how to solve this kind of Problem ?


Regards, Jose.

there is no “from” use queries instead:
http://wiki.mikrotik.com/wiki/API#Queries