Logic Machine Forum
Remote services tagcache - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Remote services tagcache (/showthread.php?tid=4026)



Remote services tagcache - Seijboldt - 02.05.2022

Hi,
I'm writing an app for a customer and need to query information through the remote services.
Currently I'm using m=json&r=grp&fn=find&alias=0/0/0 for example, this works fine but I'd prefer to get all of objects through tags.

Is this possible?


RE: Remote services tagcache - admin - 02.05.2022

At this moment single objects can be accessed via group address or name. Tags are not supported, we will take this into consideration.
If you want to get multiple object state you can call r=objects. Tags for each object are also returned so you can use them to filter the list.
Alternatively you can use .lp server-side scripting to implement custom functions. See docs here: https://forum.logicmachine.net/showthread.php?tid=85