Hello,
We are using REST interface and have about 500+ tags that we want to read. We were able to get the list of all tags using the below command https://192.168.1.10/ehmi/data.dictionary.json .
However, using this command makes it easier to parse in our internal application https://192.168.1.10/_pxc_api/api/variables?pathPrefix=Arp.Plc.Eclr/&paths=AINCPUSPARE2SL1CH1_OvrFlag,AINCPUSPARE2SL1CH1_HMIValue,Cal_CPUSPARE2SL1CH1_GAIN
But as you see, we have to specify individual tag name and specifying 500 tags names is a bit tedious.
Is there another way to read all the hmi variables in one request?